aboutsummaryrefslogtreecommitdiff
path: root/client/system
diff options
context:
space:
mode:
Diffstat (limited to 'client/system')
-rw-r--r--client/system/settings.gd2
1 files changed, 1 insertions, 1 deletions
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),