Null pointer check #10
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Players who haven't joined your server since the UUID conversion will have a null name. As a result, if you try to /openinv a player who has joined your server since then, the loop can break due to a NPE while checking other players. This null check should fix that problem.