Reformat.

This commit is contained in:
drtshock
2015-05-12 23:17:22 -05:00
parent 5f6e83872d
commit f37e38b011
19 changed files with 58 additions and 48 deletions

View File

@@ -39,7 +39,7 @@ public class CmdSB extends FCommand {
public void perform() {
boolean toggle = toggle(me.getPlayer().getUniqueId());
FScoreboard board = FScoreboard.get(fme);
if(board == null) {
if (board == null) {
me.sendMessage(TL.COMMAND_TOGGLESB_DISABLED.toString());
} else {
me.sendMessage(TL.TOGGLE_SB.toString().replace("{value}", String.valueOf(toggle)));