Minor tweaks to chatspy, added it to /f help

This commit is contained in:
Brettflan
2012-01-15 01:41:03 -06:00
parent 9ff68301e5
commit e8baaa2460
2 changed files with 6 additions and 5 deletions

View File

@ -165,6 +165,7 @@ public class CmdHelp extends FCommand
pageLines = new ArrayList<String>();
pageLines.add(p.txt.parse("<i>More commands for server admins:"));
pageLines.add( p.cmdBase.cmdChatSpy.getUseageTemplate(true) );
pageLines.add(p.txt.parse("<i>Peaceful factions are protected from PvP and land capture."));
pageLines.add( p.cmdBase.cmdLock.getUseageTemplate(true) );
pageLines.add( p.cmdBase.cmdReload.getUseageTemplate(true) );