mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Fix network IP setting change
Fix #5368
(cherry picked from commit 515472bc52)
This commit is contained in:
@@ -367,7 +367,7 @@ void EditorSettings::setup_network() {
|
||||
if (ip=="127.0.0.1")
|
||||
continue;
|
||||
|
||||
if (lip!="")
|
||||
if (lip=="")
|
||||
lip=ip;
|
||||
if (ip==current)
|
||||
lip=current; //so it saves
|
||||
|
||||
Reference in New Issue
Block a user