Update SendCommand

This commit is contained in:
2024-08-06 15:32:37 +02:00
parent 2ca8443e42
commit 80ec327818
@@ -76,9 +76,7 @@ public class SendCommand extends SWCommand {
switch (subserver.getType()) { switch (subserver.getType()) {
case ARENA: case ARENA:
if (user.hasPerm(UserPerm.MODERATION) || user.hasPerm(UserPerm.ADMINISTRATION)) { tabCompletes.add(name);
tabCompletes.add(name);
}
break; break;
case BUILDER: case BUILDER:
if (user.hasPerm(UserPerm.BUILD)) { if (user.hasPerm(UserPerm.BUILD)) {