revert 15fce9ad
This commit is contained in:
parent
db7130dd63
commit
9f356fad31
|
|
@ -2807,7 +2807,7 @@ public class GriefPrevention extends JavaPlugin
|
|||
UUID bestMatchID = this.playerNameToIDMap.get(name);
|
||||
|
||||
//if failed, try ignore case
|
||||
if (bestMatchID != null)
|
||||
if (bestMatchID == null)
|
||||
{
|
||||
return this.getServer().getOfflinePlayer(bestMatchID);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user