Minor improvement.
This commit is contained in:
@@ -236,7 +236,7 @@ public final class Utils {
|
||||
}
|
||||
|
||||
public static Player getPlayer(String name) {
|
||||
return wrapper.getServer().getPlayerExact(name);
|
||||
return wrapper.getServer().getPlayerExact(name); // bukkit will lowercase the input
|
||||
}
|
||||
|
||||
public static boolean isNPC(Player player) {
|
||||
|
||||
Reference in New Issue
Block a user