diff options
Diffstat (limited to 'client/system')
-rw-r--r-- | client/system/settings.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/system/settings.gd b/client/system/settings.gd index da93890c..737ab84e 100644 --- a/client/system/settings.gd +++ b/client/system/settings.gd @@ -201,4 +201,4 @@ static func h_tutorial_disabled(val: bool): if not val: for input_method: String in ["keyboard", "joypad"]: for hand_count: String in ["one", "two"]: - Profile.write("controls_%s_%s_handed_explained" % [input_method, hand_count], false)
\ No newline at end of file + Profile.write("controls_%s_%s_handed_explained" % [input_method, hand_count], false) |