diff options
| author | Fabio Alessandrelli | 2017-05-09 13:57:07 +0200 |
|---|---|---|
| committer | Fabio Alessandrelli | 2017-05-09 15:05:47 +0200 |
| commit | 3b123367a1202e62f31d24e54c8280a97f00aa97 (patch) | |
| tree | adf68a7fde5329cd2eff19d39ef3e6fa47af4f11 /editor/editor_run.cpp | |
| parent | 98eb58a93cb34f42e42e6ee4f9f74fc15d4e9d85 (diff) | |
| download | godot-3b123367a1202e62f31d24e54c8280a97f00aa97.tar.gz godot-3b123367a1202e62f31d24e54c8280a97f00aa97.tar.zst godot-3b123367a1202e62f31d24e54c8280a97f00aa97.zip | |
Diffstat (limited to 'editor/editor_run.cpp')
| -rw-r--r-- | editor/editor_run.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_run.cpp b/editor/editor_run.cpp index 12bfd9bc5..e0ebe985c 100644 --- a/editor/editor_run.cpp +++ b/editor/editor_run.cpp @@ -41,7 +41,7 @@ Error EditorRun::run(const String &p_scene, const String p_custom_args, const Li List<String> args; String resource_path = GlobalConfig::get_singleton()->get_resource_path(); - String remote_host = EditorSettings::get_singleton()->get("network/debug_host"); + String remote_host = EditorSettings::get_singleton()->get("network/debug/remote_host"); if (resource_path != "") { args.push_back("-path"); |
