diff --git a/src/services/command/CommandService.java b/src/services/command/CommandService.java index c3c622a8..3ae01441 100644 --- a/src/services/command/CommandService.java +++ b/src/services/command/CommandService.java @@ -688,7 +688,8 @@ public class CommandService implements INetworkDispatch { public void processCommand(CreatureObject actor, SWGObject target, BaseSWGCommand command, int actionCounter, String commandArgs) { - if (command.getGodLevel() > 0 || command.getCommandName().equals("setgodmode")) { + if (command.getGodLevel() > 0 || command.getCommandName().equals("setgodmode") || command.getCommandName().equals("server") || command.getCommandName().equals("teleport") + || command.getCommandName().equals("teleportto") || command.getCommandName().equals("teleporttarget") ) { String accessLevel = core.adminService.getAccessLevelFromDB(actor.getClient().getAccountId()); String filePath = "accesslevels/" + accessLevel + ".txt";