Minor improvement.

This commit is contained in:
DNx5
2016-04-01 13:05:26 +07:00
parent f7408c3e14
commit ff17e4ca6b
3 changed files with 3 additions and 17 deletions
@@ -236,7 +236,7 @@ public final class Utils {
}
public static Player getPlayer(String name) {
return wrapper.getServer().getPlayerExact(name);
return wrapper.getServer().getPlayerExact(name); // bukkit will lowercase the input
}
public static boolean isNPC(Player player) {