1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-24 15:26:15 +00:00

Allow selecting editor debug host and port.

Possibly fixes various editor<->debugger connection related problems.

(cherry picked from commit 98eb58a93c)
This commit is contained in:
Fabio Alessandrelli
2017-05-08 22:22:28 +02:00
parent baa175d7f8
commit 7a4dc3be41
3 changed files with 5 additions and 11 deletions

View File

@@ -417,8 +417,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;