From a0a4a4bb14e3407b3e2b9a3df57c489588c92b5a Mon Sep 17 00:00:00 2001 From: nokoe Date: Tue, 14 Oct 2025 14:08:41 +0200 Subject: fix hurrycurry-editor chooser type in editor --- 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 2e4c09b9..1a4a6a80 100644 --- a/client/system/settings.gd +++ b/client/system/settings.gd @@ -67,7 +67,7 @@ static func get_root(): ])), SettingsCategory.new("server", [ PathSetting.new("binary_path", "", FileDialog.FileMode.FILE_MODE_OPEN_FILE), - PathSetting.new("editor_binary_path", "", FileDialog.FileMode.FILE_MODE_OPEN_DIR), + PathSetting.new("editor_binary_path", "", FileDialog.FileMode.FILE_MODE_OPEN_FILE), PathSetting.new("data_path", "", FileDialog.FileMode.FILE_MODE_OPEN_DIR), TextSetting.new("name", "A Hurry Curry! Server"), ToggleSetting.new("allow_external_connections", true), -- cgit v1.3