diff options
| author | volzhs | 2016-06-24 15:40:00 +0900 |
|---|---|---|
| committer | volzhs | 2016-06-24 15:40:00 +0900 |
| commit | 515472bc524b3432667678bd1191042c3b6b03b1 (patch) | |
| tree | 7b4eb277fc6c4823fcebc6b9388336962e9c0b96 /tools/editor/editor_settings.cpp | |
| parent | 60fa2b98151ae2fc87d77ef52372eec82f7754dd (diff) | |
| download | godot-515472bc524b3432667678bd1191042c3b6b03b1.tar.gz godot-515472bc524b3432667678bd1191042c3b6b03b1.tar.zst godot-515472bc524b3432667678bd1191042c3b6b03b1.zip | |
Fix network IP setting change
Fix #5368
Diffstat (limited to '')
| -rw-r--r-- | tools/editor/editor_settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_settings.cpp b/tools/editor/editor_settings.cpp index 457aecba4..b89863289 100644 --- a/tools/editor/editor_settings.cpp +++ b/tools/editor/editor_settings.cpp @@ -423,7 +423,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 |
