mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2025-02-18 12:41:22 +01:00
Reformat AdminBank
This commit is contained in:
parent
20ef7b95e5
commit
1a50f15128
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user