diff options
| author | Fabio Alessandrelli | 2017-05-08 22:22:28 +0200 |
|---|---|---|
| committer | Fabio Alessandrelli | 2017-05-09 15:05:45 +0200 |
| commit | 98eb58a93cb34f42e42e6ee4f9f74fc15d4e9d85 (patch) | |
| tree | a7d9477d840b7b11ee35ed29754688d6d12ef86a /editor/editor_settings.cpp | |
| parent | a1c41be56977e22e953191dd9e90621d09f294cc (diff) | |
| download | godot-98eb58a93cb34f42e42e6ee4f9f74fc15d4e9d85.tar.gz godot-98eb58a93cb34f42e42e6ee4f9f74fc15d4e9d85.tar.zst godot-98eb58a93cb34f42e42e6ee4f9f74fc15d4e9d85.zip | |
Allow selecting editor debug host and port.
Possibly fixes various editor<->debugger connection related problems.
Diffstat (limited to 'editor/editor_settings.cpp')
| -rw-r--r-- | editor/editor_settings.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_settings.cpp b/editor/editor_settings.cpp index 7d7db5ac7..f70f34af4 100644 --- a/editor/editor_settings.cpp +++ b/editor/editor_settings.cpp @@ -412,8 +412,6 @@ void EditorSettings::setup_network() { for (List<IP_Address>::Element *E = local_ip.front(); E; E = E->next()) { String ip = E->get(); - if (ip == "127.0.0.1") - continue; if (lip == "") lip = ip; |
