Removed line from help
This commit is contained in:
parent
451d9570e4
commit
ee59a904a0
@ -87,7 +87,6 @@ public class CmdHelp extends FCommand
|
|||||||
if (Econ.isSetup() && Conf.bankEnabled)
|
if (Econ.isSetup() && Conf.bankEnabled)
|
||||||
{
|
{
|
||||||
pageLines = new ArrayList<String>();
|
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>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>things, so it will need to have money deposited into it." ));
|
||||||
pageLines.add( p.txt.parse("<i>To learn more, use the money command." ));
|
pageLines.add( p.txt.parse("<i>To learn more, use the money command." ));
|
||||||
|
Loading…
Reference in New Issue
Block a user