diff --git a/LastManStanding.Script.txt b/LastManStanding.Script.txt index 4891892..ab98422 100644 --- a/LastManStanding.Script.txt +++ b/LastManStanding.Script.txt @@ -532,7 +532,7 @@ if (Round_ForceEndRound || Round_SkipPauseRound) { declare CSmScore WinnerScore <=> Scores::GetBestPlayer(Race::C_Sort_RoundPoints); if (WinnerScore == Null) { foreach (Score in Scores) { - if (Score.BestRaceTimes.count <= 0 && AccountIdsOfPlayers.exists(Score.User.WebServicesUserId)) { + if (Score.BestRaceTimes.count <= 0 && Score.User != Null && AccountIdsOfPlayers.exists(Score.User.WebServicesUserId)) { WinnerScore <=> Score; break; }