mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-14 13:13:24 +00:00
Adding instructions to accept tpaall.
This commit is contained in:
parent
8ff405f2fe
commit
2541efb682
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ public class Commandtpaall extends EssentialsCommand
|
||||||
{
|
{
|
||||||
u.requestTeleport(p, true);
|
u.requestTeleport(p, true);
|
||||||
u.sendMessage(Util.format("teleportHereRequest", p.getDisplayName()));
|
u.sendMessage(Util.format("teleportHereRequest", p.getDisplayName()));
|
||||||
|
u.sendMessage(Util.i18n("typeTpaccept"));
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue