From 0734251623aaea43382b95ae9ecab9ec1903e420 Mon Sep 17 00:00:00 2001 From: tpart Date: Thu, 19 Sep 2024 16:25:23 +0200 Subject: Fix: Tutorial started setting not started (#127) --- client/global.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/global.gd b/client/global.gd index b678f391..c020f8da 100644 --- a/client/global.gd +++ b/client/global.gd @@ -175,7 +175,7 @@ func set_hint(key: String, value: bool): push_error("Tried to set hint \"%s\", which does not yet exist (missing key)" % key) if profile["hints"][key] != value: if value: - set_setting("tutorial_started", true) + set_setting("gameplay.tutorial_started", true) save_settings() profile["hints"][key] = value save_profile() # TODO avoid this call when bulk-unsetting hints -- cgit v1.2.3-70-g09d2