Merge branch 'main' into main

This commit is contained in:
2026-08-14 05:09:05 +00:00
162 changed files with 712 additions and 1159 deletions
+3
View File
@@ -753,10 +753,13 @@ bool MinecraftServer::loadLevel(LevelStorageSource *storageSource, const wstring
if( s_bServerHalted || !g_NetworkManager.IsInSession() ) return false;
//str1k3r - if used on windows64 a orphaned save gets left behind if you exit without saving
#ifndef _WINDOWS64
if( levels[0]->isNew || levels[1]->isNew || levels[2]->isNew )
{
levels[0]->saveToDisc(mcprogress, false);
}
#endif
if( s_bServerHalted || !g_NetworkManager.IsInSession() ) return false;