Fix errors *again

This commit is contained in:
boy0001
2015-07-27 19:14:28 +10:00
parent 58ebf9d232
commit dce25ba07a
16 changed files with 22 additions and 21 deletions

View File

@ -88,7 +88,7 @@ public class Undeny extends SubCommand {
}
break;
default:
UUID uuid = UUIDHandler.getUUID(args[0]);
UUID uuid = UUIDHandler.getUUID(args[0], null);
if (uuid != null) {
if (plot.removeDenied(uuid)) {
count++;