mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-28 03:34:43 +02:00
Rework /addlevels to use the built-in Bukkit command stuff.
This commit is contained in:
@ -79,8 +79,8 @@ public final class Permissions {
|
||||
* @deprecated Use {@link #mmoeditCommand(player)} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public static boolean mmoedit(Player player) {
|
||||
return hasPermission(player, "mcmmo.tools.mmoedit");
|
||||
public static boolean mmoedit(CommandSender sender) {
|
||||
return hasPermission(sender, "mcmmo.tools.mmoedit");
|
||||
}
|
||||
|
||||
public static boolean mcgod(Player player) {
|
||||
|
Reference in New Issue
Block a user