mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-28 03:34:42 +02:00
Plot border fix + remove debug
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user