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:
@@ -20,5 +20,6 @@ public class Commandback extends EssentialsCommand
|
||||
charge.isAffordableFor(user);
|
||||
user.sendMessage(_("backUsageMsg"));
|
||||
user.getTeleport().back(charge);
|
||||
throw new NoChargeException();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user