Fix #417
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user