From 2541efb682a8f889ed2a4e04535ddf35ca912927 Mon Sep 17 00:00:00 2001 From: KHobbits Date: Wed, 17 Aug 2011 14:27:27 +0100 Subject: Adding instructions to accept tpaall. --- Essentials/src/com/earth2me/essentials/commands/Commandtpaall.java | 1 + 1 file changed, 1 insertion(+) diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandtpaall.java b/Essentials/src/com/earth2me/essentials/commands/Commandtpaall.java index 780e75e1f..25c5d2892 100644 --- a/Essentials/src/com/earth2me/essentials/commands/Commandtpaall.java +++ b/Essentials/src/com/earth2me/essentials/commands/Commandtpaall.java @@ -51,6 +51,7 @@ public class Commandtpaall extends EssentialsCommand { u.requestTeleport(p, true); u.sendMessage(Util.format("teleportHereRequest", p.getDisplayName())); + u.sendMessage(Util.i18n("typeTpaccept")); } catch (Exception ex) { -- cgit v1.2.3