mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 20:29:20 +00:00
Fixing being charged twice for /back.
This commit is contained in:
parent
7633b136e3
commit
b2dbb3f9e3
1 changed files with 1 additions and 0 deletions
|
@ -20,5 +20,6 @@ public class Commandback extends EssentialsCommand
|
||||||
charge.isAffordableFor(user);
|
charge.isAffordableFor(user);
|
||||||
user.sendMessage(_("backUsageMsg"));
|
user.sendMessage(_("backUsageMsg"));
|
||||||
user.getTeleport().back(charge);
|
user.getTeleport().back(charge);
|
||||||
|
throw new NoChargeException();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue