diff options
Diffstat (limited to 'client/settings.gd')
-rw-r--r-- | client/settings.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/settings.gd b/client/settings.gd index 55a2b90e..1cacfce9 100644 --- a/client/settings.gd +++ b/client/settings.gd @@ -196,5 +196,5 @@ static func h_input(): static func h_hints_started(started: bool): if not started: - for k in Global.profile["hints"].keys(): + for k in Profile.values["hints"].keys(): Profile.set_hint(k, false) |