talán????

This commit is contained in:
2025-12-14 00:34:42 +01:00
parent 3ee6fc4dc6
commit 77f4d4fed0
2 changed files with 58 additions and 0 deletions

View File

@@ -39,6 +39,25 @@ namespace KCM.Packets.Lobby
Main.helper.Log(ex.ToString());
}
try
{
GameState.inst.SetNewMode(GameState.inst.playingMode);
Main.helper.Log("StartGame: forced playing mode");
}
catch (Exception ex)
{
Main.helper.Log("StartGame: failed forcing playing mode");
Main.helper.Log(ex.ToString());
}
try
{
Main.RunPostLoadRebuild("StartGame");
}
catch
{
}
SpeedControlUI.inst.SetSpeed(0);
}
else