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