summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorementalo <ementalodev@gmx.co.uk>2012-04-13 14:52:25 +0100
committerementalo <ementalodev@gmx.co.uk>2012-04-13 14:52:25 +0100
commit90d2451ce27f09a4c8da43a0b558782f42f8fc5b (patch)
tree8fcca9577040456ccf978a9a6f81487cfcbe519f
parent5b5df254d554f6288a496023abc3a32d6a628ee4 (diff)
parent2d319fe5aae3f231d6d8cda5ae074238697c1ce7 (diff)
downloadEssentials-90d2451ce27f09a4c8da43a0b558782f42f8fc5b.tar
Essentials-90d2451ce27f09a4c8da43a0b558782f42f8fc5b.tar.gz
Essentials-90d2451ce27f09a4c8da43a0b558782f42f8fc5b.tar.lz
Essentials-90d2451ce27f09a4c8da43a0b558782f42f8fc5b.tar.xz
Essentials-90d2451ce27f09a4c8da43a0b558782f42f8fc5b.zip
Merge branch 'master' of https://github.com/essentials/Essentials
-rw-r--r--Essentials/src/com/earth2me/essentials/commands/Commandjump.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandjump.java b/Essentials/src/com/earth2me/essentials/commands/Commandjump.java
index 39ca305e3..ab73c6e01 100644
--- a/Essentials/src/com/earth2me/essentials/commands/Commandjump.java
+++ b/Essentials/src/com/earth2me/essentials/commands/Commandjump.java
@@ -37,5 +37,6 @@ public class Commandjump extends EssentialsCommand
final Trade charge = new Trade(this.getName(), ess);
charge.isAffordableFor(user);
user.getTeleport().teleport(loc, charge, TeleportCause.COMMAND);
+ throw new NoChargeException();
}
}