You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user