1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-09 08:06:54 +02:00

Fixing being charged twice for /back.

This commit is contained in:
KHobbits
2012-02-16 16:57:50 +00:00
parent 34abbfbbd2
commit d336b79cf2

View File

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