summaryrefslogtreecommitdiff
path: root/client/settings.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/settings.gd')
-rw-r--r--client/settings.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/settings.gd b/client/settings.gd
index f2f4563c..afc05399 100644
--- a/client/settings.gd
+++ b/client/settings.gd
@@ -24,7 +24,7 @@ static func get_root():
ToggleSetting.new("interpolate_camera_rotation", false),
ToggleSetting.new("invert_camera", false),
ToggleSetting.new("usernames", true),
- ToggleSetting.new("setup_complete", false),
+ ToggleSetting.new("setup_completed", false),
ToggleSetting.new("tutorial_started", false),
ToggleSetting.new("latch_boost", true),
]),