In pCampbot, change "show status" command to "show bots"

This commit is contained in:
Justin Clark-Casey (justincc)
2011-11-23 21:33:54 +00:00
parent 9ae0641871
commit 1126efdcd0

View File

@@ -110,8 +110,8 @@ namespace pCampBot
"Show regions known to bots",
HandleShowRegions);
m_console.Commands.AddCommand("bot", false, "show status",
"show status",
m_console.Commands.AddCommand("bot", false, "show bots",
"show bots",
"Shows the status of all bots",
HandleShowStatus);