mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-22 21:43:41 +00:00
More cleanup
This commit is contained in:
parent
3d29248ace
commit
1abacf00df
32 changed files with 83 additions and 78 deletions
|
@ -69,7 +69,7 @@ public class Commandtpaccept extends EssentialsCommand
|
|||
catch (Exception ex)
|
||||
{
|
||||
user.sendMessage(_("pendingTeleportCancelled"));
|
||||
ess.showError(target, ex, commandLabel);
|
||||
ess.showError(target.getBase(), ex, commandLabel);
|
||||
}
|
||||
user.requestTeleport(null, false);
|
||||
throw new NoChargeException();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue