Fixing being charged twice for /back.

This commit is contained in:
KHobbits 2012-02-16 16:57:50 +00:00
parent 7633b136e3
commit b2dbb3f9e3

View File

@ -20,5 +20,6 @@ public class Commandback extends EssentialsCommand
charge.isAffordableFor(user);
user.sendMessage(_("backUsageMsg"));
user.getTeleport().back(charge);
throw new NoChargeException();
}
}