Merge branch 'master' of https://github.com/AuthMe-Team/AuthMeReloaded into 347-config-rewrite

This commit is contained in:
ljacqu
2016-01-07 21:51:20 +01:00
10 changed files with 220 additions and 637 deletions
@@ -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) {