Adding instructions to accept tpaall.

This commit is contained in:
KHobbits 2011-08-17 14:27:27 +01:00
parent 8ff405f2fe
commit 2541efb682

View file

@ -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)
{