Removed line from help

This commit is contained in:
Olof Larsson 2011-10-25 17:49:52 +02:00
parent 451d9570e4
commit ee59a904a0

View File

@ -87,7 +87,6 @@ public class CmdHelp extends FCommand
if (Econ.isSetup() && Conf.bankEnabled)
{
pageLines = new ArrayList<String>();
pageLines.add( "" );
pageLines.add( p.txt.parse("<i>Your faction has a bank which is used to pay for certain" ));
pageLines.add( p.txt.parse("<i>things, so it will need to have money deposited into it." ));
pageLines.add( p.txt.parse("<i>To learn more, use the money command." ));