In pCampbot, change "show status" command to "show bots"
parent
9ae0641871
commit
1126efdcd0
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue