From 77df82eaff9cd7f43b7936d4a70700f1b3491989 Mon Sep 17 00:00:00 2001 From: Alexander Schepp Date: Sun, 16 Dec 2012 13:59:25 +0100 Subject: [PATCH] derp That's why switch statements are bad. --- Essentials/src/com/earth2me/essentials/commands/Commandtp.java | 1 + 1 file changed, 1 insertion(+) 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"))