mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-09 20:21:02 +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) {
|
||||
name = name.toLowerCase();
|
||||
return wrapper.getServer().getPlayer(name);
|
||||
return wrapper.getServer().getPlayerExact(name);
|
||||
}
|
||||
|
||||
public static boolean isNPC(Player player) {
|
||||
|
Loading…
Reference in New Issue
Block a user