mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-28 18:06:42 +00:00
Moved commands into their own classes.
This commit is contained in:
@ -102,7 +102,7 @@ public class BukkitPlayer extends LocalPlayer {
|
||||
|
||||
@Override
|
||||
public boolean hasPermission(String perm) {
|
||||
return plugin.hasPermission(player, "/" + perm);
|
||||
return plugin.hasPermission(player, perm);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user