mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-22 21:43:41 +00:00
Show teleport cancel messages to tpa user.
This commit is contained in:
parent
e4d041b9b0
commit
19451c151e
3 changed files with 5 additions and 5 deletions
|
@ -67,7 +67,7 @@ public class Commandtpaccept extends EssentialsCommand
|
|||
target.getTeleport().teleport(user, charge, TeleportCause.COMMAND);
|
||||
}
|
||||
}
|
||||
catch (ChargeException ex)
|
||||
catch (Exception ex)
|
||||
{
|
||||
user.sendMessage(_("pendingTeleportCancelled"));
|
||||
ess.showError(target, ex, commandLabel);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue