Skip to content

Commit

Permalink
Update if check
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchangelWTF committed Jan 24, 2025
1 parent 99bcb01 commit 0c70504
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public override void Dispose()

public void HandleClientExtract(int transitId, int playerId)
{
if (smethod_2(playerId, out Player myPlayer))
if (!smethod_2(playerId, out Player myPlayer))
{
return;
}
Expand Down

0 comments on commit 0c70504

Please sign in to comment.