Decrease permission from SENIOR to SUPER

This commit is contained in:
business-goose 2022-03-21 21:13:40 +00:00
parent acb777dde8
commit d4fe79afba

View file

@ -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