KickCommand: Remove unnecessary subpermission

This commit is contained in:
Tesutarin
2022-06-13 13:52:59 +08:00
committed by Melledy
parent 6e955c9fdb
commit 7c9db30bca
4 changed files with 57 additions and 57 deletions

View File

@@ -8,7 +8,7 @@ import java.util.List;
import static emu.grasscutter.utils.Language.translate;
@Command(label = "kick", usage = "kick", permission = "server.kick", permissionTargeted = "server.kick.others", description = "commands.kick.description")
@Command(label = "kick", usage = "kick", permission = "server.kick", description = "commands.kick.description")
public final class KickCommand implements CommandHandler {
@Override