mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2026-06-06 02:06:55 +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