From e86637eade79ed5fef5ca2e9c169f5c40a314400 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 16 Sep 2025 19:15:14 +0200 Subject: fix some bugs caused by Profile rename --- client/settings.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/settings.gd') 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) -- cgit v1.2.3-70-g09d2