1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Allow selecting editor debug host and port.

Possibly fixes various editor<->debugger connection related problems.
This commit is contained in:
Fabio Alessandrelli
2017-05-08 22:22:28 +02:00
parent a1c41be569
commit 98eb58a93c
3 changed files with 5 additions and 5 deletions

View File

@@ -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;