This commit is contained in:
2025-12-13 19:42:49 +01:00
parent 6bf74dda43
commit f45402af9a
2 changed files with 49 additions and 22 deletions

View File

@@ -108,8 +108,15 @@ namespace KCM.Packets.Lobby
LoadSave.Load();
LoadSaveLoadHook.saveContainer.Unpack(null);
try
{
Main.SetMultiplayerSaveLoadInProgress(true);
LoadSaveLoadHook.saveContainer.Unpack(null);
}
finally
{
Main.SetMultiplayerSaveLoadInProgress(false);
}
Broadcast.OnLoadedEvent.Broadcast(new OnLoadedEvent());
try