diff --git a/src/com/massivecraft/factions/cmd/CmdHelp.java b/src/com/massivecraft/factions/cmd/CmdHelp.java index ef11ca15..c0b12a6a 100644 --- a/src/com/massivecraft/factions/cmd/CmdHelp.java +++ b/src/com/massivecraft/factions/cmd/CmdHelp.java @@ -87,7 +87,6 @@ public class CmdHelp extends FCommand if (Econ.isSetup() && Conf.bankEnabled) { pageLines = new ArrayList(); - pageLines.add( "" ); pageLines.add( p.txt.parse("Your faction has a bank which is used to pay for certain" )); pageLines.add( p.txt.parse("things, so it will need to have money deposited into it." )); pageLines.add( p.txt.parse("To learn more, use the money command." ));