More cleanup

This commit is contained in:
KHobbits 2013-07-07 13:02:40 +01:00
parent 3d29248ace
commit 1abacf00df
32 changed files with 83 additions and 78 deletions

View file

@ -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();