mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-24 03:05:17 +01:00
Fix #417
This commit is contained in:
parent
d6ab7d5da8
commit
fa31fd92b8
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user