mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Remove "debug/remote_port" project setting (moved to editor)
Also updated default port from 6007 (X11) to 6096 (unspec)
This commit is contained in:
@@ -413,7 +413,7 @@ void EditorSettings::setup_network() {
|
||||
String lip;
|
||||
String hint;
|
||||
String current = has("network/debug_host") ? get("network/debug_host") : "";
|
||||
int port = has("network/debug_port") ? (int)get("network/debug_port") : 6007;
|
||||
int port = has("network/debug_port") ? (int)get("network/debug_port") : 6096;
|
||||
|
||||
for (List<IP_Address>::Element *E = local_ip.front(); E; E = E->next()) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user