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