From ee59a904a0e3b884c667708dd7fa73c5bd2a6e21 Mon Sep 17 00:00:00 2001 From: Olof Larsson Date: Tue, 25 Oct 2011 17:49:52 +0200 Subject: [PATCH] Removed line from help --- src/com/massivecraft/factions/cmd/CmdHelp.java | 1 - 1 file changed, 1 deletion(-) 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." ));