summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Ward <chris@chrisgward.com>2012-12-27 01:10:57 +1100
committerChris Ward <chris@chrisgward.com>2012-12-27 01:10:57 +1100
commite5fc579071c53e36b2e54c952eae30f7505687ab (patch)
treeacfbee3c5462fcb3d4547b37a9f5764964a77ded
parent6b18259af6e206bcccd22098c277e78b815d5dd3 (diff)
downloadEssentials-e5fc579071c53e36b2e54c952eae30f7505687ab.tar
Essentials-e5fc579071c53e36b2e54c952eae30f7505687ab.tar.gz
Essentials-e5fc579071c53e36b2e54c952eae30f7505687ab.tar.lz
Essentials-e5fc579071c53e36b2e54c952eae30f7505687ab.tar.xz
Essentials-e5fc579071c53e36b2e54c952eae30f7505687ab.zip
Add tpdeny message to /tpahere
-rw-r--r--Essentials/src/com/earth2me/essentials/commands/Commandtpahere.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandtpahere.java b/Essentials/src/com/earth2me/essentials/commands/Commandtpahere.java
index b6ea96b26..e130949ad 100644
--- a/Essentials/src/com/earth2me/essentials/commands/Commandtpahere.java
+++ b/Essentials/src/com/earth2me/essentials/commands/Commandtpahere.java
@@ -33,6 +33,7 @@ public class Commandtpahere extends EssentialsCommand
player.requestTeleport(user, true);
player.sendMessage(_("teleportHereRequest", user.getDisplayName()));
player.sendMessage(_("typeTpaccept"));
+ player.sendMessage(_("typeTpdeny"));
if (ess.getSettings().getTpaAcceptCancellation() != 0)
{
player.sendMessage(_("teleportRequestTimeoutInfo", ess.getSettings().getTpaAcceptCancellation()));