Plot border fix + remove debug

This commit is contained in:
boy0001
2015-08-12 05:29:14 +10:00
parent 7d3de207aa
commit d46475261a
3 changed files with 4 additions and 4 deletions

View File

@ -85,10 +85,8 @@ public class BukkitPlayer extends PlotPlayer {
return true;
}
if (offline && EconHandler.manager != null) {
System.out.print("CHECKIGN VAULT!");
return EconHandler.manager.hasPermission(getName(), perm);
}
System.out.print("CHECKING: " + perm + " -> " + player.hasPermission(perm));
return this.player.hasPermission(perm);
}