Fix Bug Again

This commit is contained in:
RochesterX
2025-04-20 20:30:39 -04:00
parent ed88b7a378
commit 02f0471e9b
6 changed files with 58 additions and 32 deletions

View File

@@ -201,6 +201,7 @@ namespace Game
/// </summary>
public void StartGame()
{
Instance = this;
GameManager.playerHoldTimes.Clear();
if (GameManager.players.Count == 0) return;