This commit is contained in:
DNx5 2016-01-07 14:14:08 +07:00
parent d6ab7d5da8
commit fa31fd92b8

View File

@ -235,8 +235,7 @@ public final class Utils {
} }
public static Player getPlayer(String name) { public static Player getPlayer(String name) {
name = name.toLowerCase(); return wrapper.getServer().getPlayerExact(name);
return wrapper.getServer().getPlayer(name);
} }
public static boolean isNPC(Player player) { public static boolean isNPC(Player player) {