Fix tpo syntax error.

This commit is contained in:
KHobbits 2012-03-29 22:32:16 +01:00
parent c7638efc7e
commit 1101a3243d
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ public class Commandtpo extends EssentialsCommand
}
user.sendMessage(_("teleporting"));
user.getTeleport().now(player, false, TeleportCause.COMMAND);
break;
default:
if (!user.isAuthorized("essentials.tp.others"))