diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandtp.java b/Essentials/src/com/earth2me/essentials/commands/Commandtp.java index b2da82a2c..59dbc1a3e 100644 --- a/Essentials/src/com/earth2me/essentials/commands/Commandtp.java +++ b/Essentials/src/com/earth2me/essentials/commands/Commandtp.java @@ -62,6 +62,7 @@ public class Commandtp extends EssentialsCommand target2.getTeleport().now(location, false, TeleportCause.COMMAND); user.sendMessage(_("teleporting")); target2.sendMessage(_("teleporting")); + break; case 2: default: if (!user.isAuthorized("essentials.tp.others"))