TntFill Fixed & Code Cleanup
This commit is contained in:
@@ -40,7 +40,7 @@ public class CmdMoney extends FCommand {
|
||||
@Override
|
||||
public void perform(CommandContext context) {
|
||||
if (!Conf.econEnabled || !Conf.bankEnabled) {
|
||||
context.msg(TL.ECON_OFF, "economy option is enabled, please set \'econEnabled\' to true in conf.json");
|
||||
context.msg(TL.ECON_OFF, "economy option is enabled, please set 'econEnabled' to true in conf.json");
|
||||
return;
|
||||
}
|
||||
context.commandChain.add(this);
|
||||
|
||||
@@ -8,7 +8,6 @@ import com.massivecraft.factions.cmd.FCommand;
|
||||
import com.massivecraft.factions.integration.Econ;
|
||||
import com.massivecraft.factions.struct.Permission;
|
||||
import com.massivecraft.factions.zcore.util.TL;
|
||||
import org.bukkit.command.CommandSender;
|
||||
|
||||
public class CmdMoneyBalance extends FCommand {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user