diff options
author | Chris Ward <chris@chrisgward.com> | 2012-12-27 01:10:57 +1100 |
---|---|---|
committer | Chris Ward <chris@chrisgward.com> | 2012-12-27 01:10:57 +1100 |
commit | e5fc579071c53e36b2e54c952eae30f7505687ab (patch) | |
tree | acfbee3c5462fcb3d4547b37a9f5764964a77ded | |
parent | 6b18259af6e206bcccd22098c277e78b815d5dd3 (diff) | |
download | Essentials-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.java | 1 |
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())); |