Fix tpo syntax error.

This commit is contained in:
KHobbits 2012-03-29 22:32:16 +01:00
parent c7638efc7e
commit 1101a3243d

View file

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