mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-10 21:09:38 +01: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;
|
||||
case NOTIFICATION_READY: {
|
||||
if (_start_on_ready) {
|
||||
if (!Engine::get_singleton()->is_editor_hint() && _start_on_ready) {
|
||||
start();
|
||||
}
|
||||
} break;
|
||||
|
Loading…
Reference in New Issue
Block a user