mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-20 20:39:53 +08:00
KickCommand: Remove unnecessary subpermission
This commit is contained in:
committed by
Melledy
Unverified
parent
ded7ce1dcf
commit
f2f6993b3d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user