Fixed Small Error With Money Format If Econ is Off

This commit is contained in:
Driftay 2020-04-08 09:18:50 -04:00
parent 4496d4251b
commit 5a6c660f7f
1 changed files with 0 additions and 1 deletions

View File

@ -140,7 +140,6 @@ public class Econ {
public static boolean transferMoney(EconomyParticipator invoker, EconomyParticipator from, EconomyParticipator to, double amount, boolean notify) {
if (!shouldBeUsed()) {
invoker.msg(TL.ECON_OFF);
return false;
}