This commit is contained in:
2025-12-13 20:57:23 +01:00
parent fbb947a23b
commit e636ad6e19
2 changed files with 44 additions and 15 deletions

View File

@@ -117,6 +117,14 @@ namespace KCM.Packets.Lobby
{
Main.SetMultiplayerSaveLoadInProgress(false);
}
try
{
RunPostLoadRebuild("Save transfer complete");
}
catch
{
}
Broadcast.OnLoadedEvent.Broadcast(new OnLoadedEvent());
try