diff --git a/code/modules/client/preference_setup/global/setting_datums.dm b/code/modules/client/preference_setup/global/setting_datums.dm index fba3bb6261..fc425dfa92 100644 --- a/code/modules/client/preference_setup/global/setting_datums.dm +++ b/code/modules/client/preference_setup/global/setting_datums.dm @@ -207,7 +207,7 @@ var/list/_client_preferences_by_type key = "HUD_HOTKEYS" enabled_description = "Enabled" disabled_description = "Disabled" - enabled_by_default = FALSE // Backwards compatibility + enabled_by_default = TRUE // Backwards compatibility //CHOMP Edit: It's 2020, use your WASD keys by default. Flipped to True. /datum/client_preference/show_typing_indicator description ="Typing indicator"