mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-12-22 22:04:57 +00:00
Decrease permission from SENIOR to SUPER
This commit is contained in:
parent
acb777dde8
commit
d4fe79afba
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import org.bukkit.command.CommandSender;
|
|||
|
||||
import java.io.File;
|
||||
|
||||
@CommandPermissions(level = AdminLevel.SENIOR, source = SourceType.BOTH)
|
||||
@CommandPermissions(level = AdminLevel.SUPER, source = SourceType.BOTH)
|
||||
@CommandParameters(description = "For developers only - update TFM.", usage = "/<command>")
|
||||
public class Command_updatetfm extends FreedomCommand {
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue