aboutsummaryrefslogtreecommitdiff
path: root/client/system/settings.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/system/settings.gd')
-rw-r--r--client/system/settings.gd2
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)