fix segfault at attempt to create/open world when another is open

This commit is contained in:
MihailRis
2025-01-13 02:52:59 +03:00
parent 5130907192
commit 390d54c212
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ void ServerMainloop::run() {
begin = system_clock::now();
}
}
logger.info() << "test finished";
logger.info() << "script finished";
}
void ServerMainloop::setLevel(std::unique_ptr<Level> level) {