mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-12-17 23:38:45 +01:00
Here you go.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user