diff --git a/VelocityCore/src/de/steamwar/velocitycore/commands/SendCommand.java b/VelocityCore/src/de/steamwar/velocitycore/commands/SendCommand.java index 28d5bbf2..887829e5 100644 --- a/VelocityCore/src/de/steamwar/velocitycore/commands/SendCommand.java +++ b/VelocityCore/src/de/steamwar/velocitycore/commands/SendCommand.java @@ -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)) {