summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2012-03-29 22:32:16 +0100
committerKHobbits <rob@khobbits.co.uk>2012-03-29 22:32:16 +0100
commit07e4c69c1ad33d6608eab43b4e41e1b038adac3f (patch)
tree9e46774cb0ad28fd088a757e25d02d880cc5e348
parentc1889790ad42d2b8f07c06762f48aef132c40ae8 (diff)
downloadEssentials-07e4c69c1ad33d6608eab43b4e41e1b038adac3f.tar
Essentials-07e4c69c1ad33d6608eab43b4e41e1b038adac3f.tar.gz
Essentials-07e4c69c1ad33d6608eab43b4e41e1b038adac3f.tar.lz
Essentials-07e4c69c1ad33d6608eab43b4e41e1b038adac3f.tar.xz
Essentials-07e4c69c1ad33d6608eab43b4e41e1b038adac3f.zip
Fix tpo syntax error.
-rw-r--r--Essentials/src/com/earth2me/essentials/commands/Commandtpo.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandtpo.java b/Essentials/src/com/earth2me/essentials/commands/Commandtpo.java
index 53204114e..4d7ced478 100644
--- a/Essentials/src/com/earth2me/essentials/commands/Commandtpo.java
+++ b/Essentials/src/com/earth2me/essentials/commands/Commandtpo.java
@@ -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"))