Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jesus QC <69375249+Jesus-QC@users.noreply.github.com>
  • Loading branch information
louis1706 and Jesus-QC authored Aug 1, 2024
1 parent 35ef6dc commit 30f4372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EXILED/Exiled.API/Features/Player.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1268,6 +1268,7 @@ public static Player Get(GameObject gameObject)

if (UnverifiedPlayers.TryGetValue(gameObject, out player))
return player;

return new(gameObject);
}

Expand Down

0 comments on commit 30f4372

Please sign in to comment.