From e5fc579071c53e36b2e54c952eae30f7505687ab Mon Sep 17 00:00:00 2001 From: Chris Ward Date: Thu, 27 Dec 2012 01:10:57 +1100 Subject: [PATCH] Add tpdeny message to /tpahere --- .../src/com/earth2me/essentials/commands/Commandtpahere.java | 1 + 1 file changed, 1 insertion(+) 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()));