mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Merge branch 'master' of https://github.com/essentials/Essentials
This commit is contained in:
commit
90d2451ce2
1 changed files with 1 additions and 0 deletions
|
@ -37,5 +37,6 @@ public class Commandjump extends EssentialsCommand
|
||||||
final Trade charge = new Trade(this.getName(), ess);
|
final Trade charge = new Trade(this.getName(), ess);
|
||||||
charge.isAffordableFor(user);
|
charge.isAffordableFor(user);
|
||||||
user.getTeleport().teleport(loc, charge, TeleportCause.COMMAND);
|
user.getTeleport().teleport(loc, charge, TeleportCause.COMMAND);
|
||||||
|
throw new NoChargeException();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue