summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandtpohere.java
diff options
context:
space:
mode:
Diffstat (limited to 'Essentials/src/com/earth2me/essentials/commands/Commandtpohere.java')
-rw-r--r--Essentials/src/com/earth2me/essentials/commands/Commandtpohere.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandtpohere.java b/Essentials/src/com/earth2me/essentials/commands/Commandtpohere.java
index c4e9cd907..c23c43587 100644
--- a/Essentials/src/com/earth2me/essentials/commands/Commandtpohere.java
+++ b/Essentials/src/com/earth2me/essentials/commands/Commandtpohere.java
@@ -32,7 +32,5 @@ public class Commandtpohere extends EssentialsCommand
// Verify permission
player.getTeleport().now(user.getBase(), false, TeleportCause.COMMAND);
- user.sendMessage(_("teleporting"));
-
}
}