Here you go.

This commit is contained in:
boy0001
2015-09-03 22:40:36 +10:00
parent dfc32741fa
commit 4e321d2b27
9 changed files with 11 additions and 9 deletions

View File

@ -81,7 +81,6 @@ public class BukkitPlayer extends PlotPlayer {
return EconHandler.manager.hasPermission(getName(), node);
}
boolean value = this.player.hasPermission(node);
System.out.print(value + " | " + node);
if (Settings.PERMISSION_CACHING) {
if (value) {
this.hasPerm.add(node);