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

iar_mods
Justin Clark-Casey (justincc) 2011-11-23 21:33:54 +00:00
parent 9ae0641871
commit 1126efdcd0
1 changed files with 2 additions and 2 deletions

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);