mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-04-14 07:40:48 +02:00
Don't start the server on ready in the editor.
This commit is contained in:
parent
25ac0d8f49
commit
4874f08d9d
@ -272,7 +272,7 @@ void WebServerSimple::_notification(int p_what) {
|
|||||||
}
|
}
|
||||||
} break;
|
} break;
|
||||||
case NOTIFICATION_READY: {
|
case NOTIFICATION_READY: {
|
||||||
if (_start_on_ready) {
|
if (!Engine::get_singleton()->is_editor_hint() && _start_on_ready) {
|
||||||
start();
|
start();
|
||||||
}
|
}
|
||||||
} break;
|
} break;
|
||||||
|
Loading…
Reference in New Issue
Block a user