From 676d4dcb6c439677b91b1b5cbc0bf08f98e2dd9d Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 15 Sep 2025 01:26:13 +0200 Subject: Refactor settings; store as JSON; input settings now broken --- client/service/editor.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/service/editor.gd') diff --git a/client/service/editor.gd b/client/service/editor.gd index 262f6fca..2197a5e1 100644 --- a/client/service/editor.gd +++ b/client/service/editor.gd @@ -23,7 +23,7 @@ func arguments(): return [] func exe_path() -> String: - var path: String = Global.get_setting("server.editor_binary_path") + var path: String = Settings.read("server.editor_binary_path") if path != "": return path else: return "hurrycurry-editor" -- cgit v1.2.3-70-g09d2