From b5791b3676e2e4230bd102bd6500de6e004c04ab Mon Sep 17 00:00:00 2001 From: forest <136390975+forestbbbbbbb@users.noreply.github.com> Date: Wed, 26 Jul 2023 19:39:54 +0100 Subject: [PATCH] Fix admin tabs splitting by default --- code/modules/client/preferences.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 21136ea74ac0b..5259dd95f1c6d 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -172,7 +172,7 @@ GLOBAL_LIST_EMPTY(preferences_datums) ///Whether or not the MC tab of the Stat Panel refreshes fast. This is expensive so make sure you need it. var/fast_mc_refresh = FALSE ///When enabled, will split the 'Admin' panel into several tabs. - var/split_admin_tabs = FALSE + var/split_admin_tabs = TRUE /// New TGUI Preference preview var/map_name = "player_pref_map"