Fixed game paused

This commit is contained in:
Garrett
2023-12-19 19:37:50 -06:00
parent 39573fdbc3
commit 04bbf37b12
3 changed files with 1 additions and 9 deletions

View File

@@ -805,10 +805,5 @@ namespace SeamlessClient.ServerSwitching
Seamless.TryShow("Saving PlayerID: " + savingPlayerId.ToString());
Seamless.TryShow($"AFTER {MySession.Static.LocalHumanPlayer == null} - {MySession.Static.LocalCharacter == null}");
}
}
}