Skip to content

Commit

Permalink
Don't handle the ID
Browse files Browse the repository at this point in the history
  • Loading branch information
PintTheDragon committed Oct 20, 2020
1 parent 300c82b commit 26800b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCPStats/EventHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ internal static void OnRoundStart()

foreach (var player in Players)
{
if (Player.List.All(p => HandleId(p.RawUserId) != player))
if (Player.List.All(p => p.RawUserId != player))
{
Players.Remove(player);
}
Expand Down

0 comments on commit 26800b1

Please sign in to comment.