Fix wonky permission

This commit is contained in:
Frank van der Heijden 2020-06-02 23:44:16 +02:00
parent 1afa28f67c
commit b0a497324b
No known key found for this signature in database
GPG key ID: 26DA56488D314D11

View file

@ -77,7 +77,7 @@ public class CommandServerUtils extends BaseCommand {
@Subcommand("reloadconfig")
@CommandCompletion("@supportedConfigs")
@CommandPermission("serverutils.reloadconfig.commands")
@CommandPermission("serverutils.reloadconfig")
@Description("Reloads individual Server configurations.")
public void onReloadCommands(CommandSender sender, String config) {
ReloadHandler handler = supportedConfigs.get(config);