diff options
author | KHobbits <rob@khobbits.co.uk> | 2011-08-17 14:27:27 +0100 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2011-08-17 14:27:27 +0100 |
commit | 2541efb682a8f889ed2a4e04535ddf35ca912927 (patch) | |
tree | 38b924c823dd6e82ada6ff5fb364ae4a3d15fc2c | |
parent | 8ff405f2fee0fa7171008c8237bb16123b309977 (diff) | |
download | Essentials-2541efb682a8f889ed2a4e04535ddf35ca912927.tar Essentials-2541efb682a8f889ed2a4e04535ddf35ca912927.tar.gz Essentials-2541efb682a8f889ed2a4e04535ddf35ca912927.tar.lz Essentials-2541efb682a8f889ed2a4e04535ddf35ca912927.tar.xz Essentials-2541efb682a8f889ed2a4e04535ddf35ca912927.zip |
Adding instructions to accept tpaall.
-rw-r--r-- | Essentials/src/com/earth2me/essentials/commands/Commandtpaall.java | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |