Reformat AdminBank

This commit is contained in:
Fabrizio La Rosa 2020-07-04 15:28:21 +02:00
parent 20ef7b95e5
commit 1a50f15128

View File

@ -44,9 +44,7 @@ public class AdminBank extends SubCommand {
if (args.length < 1) {
skyblock.getGuiManager().showGUI(player, new GuiBank(skyblock, island, null, true));
return;
}
} else {
switch (args[0].toLowerCase()) {
case "balance":
if (args.length >= 3) {
@ -97,6 +95,7 @@ public class AdminBank extends SubCommand {
soundManager.playSound(player, CompatibleSound.BLOCK_ANVIL_LAND.getSound(), 1f, 1f);
}
}
}
@Override
public void onCommandByConsole(ConsoleCommandSender sender, String[] args) {