From c768cd1240c272dad34f07b09340cfe1d11d67b6 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 8 Oct 2025 23:33:59 +0200 Subject: merge all makefiles into one --- client/system/settings.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/system') diff --git a/client/system/settings.gd b/client/system/settings.gd index 70c6b505..12b14857 100644 --- a/client/system/settings.gd +++ b/client/system/settings.gd @@ -137,7 +137,7 @@ static func hook_changed(key: String, slot, callable: Callable): slot.tree_exiting.connect(_unhook_changed.bind(key, slot_id), CONNECT_ONE_SHOT) elif slot is String: slot_id = slot.hash() - else: + else: push_error("hook_changed called with invalid slot") return if not change_hooks.has(key): change_hooks[key] = {} -- cgit v1.3