forked from SteamWar/SteamWar
Update SendCommand
This commit is contained in:
@@ -76,9 +76,7 @@ public class SendCommand extends SWCommand {
|
||||
|
||||
switch (subserver.getType()) {
|
||||
case ARENA:
|
||||
if (user.hasPerm(UserPerm.MODERATION) || user.hasPerm(UserPerm.ADMINISTRATION)) {
|
||||
tabCompletes.add(name);
|
||||
}
|
||||
tabCompletes.add(name);
|
||||
break;
|
||||
case BUILDER:
|
||||
if (user.hasPerm(UserPerm.BUILD)) {
|
||||
|
||||
Reference in New Issue
Block a user