Skip to content

Commit

Permalink
No error
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril committed Dec 25, 2024
1 parent acc59cb commit b42ad79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/GameTicking/GameTicker.RoundFlow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ private void ResettingCleanup()

DisallowLateJoin = false;
_playerGameStatuses.Clear();
_sawmill.Error($"Resetting cleanup with {_playerManager.Sessions.Length} players");

foreach (var session in _playerManager.Sessions)
_playerGameStatuses[session.UserId] = LobbyEnabled ? PlayerGameStatus.NotReadyToPlay : PlayerGameStatus.ReadyToPlay;
}
Expand Down

0 comments on commit b42ad79

Please sign in to comment.