diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tools/pCampBot/BotManager.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Tools/pCampBot/BotManager.cs b/OpenSim/Tools/pCampBot/BotManager.cs index f372f9b..836d3f7 100644 --- a/OpenSim/Tools/pCampBot/BotManager.cs +++ b/OpenSim/Tools/pCampBot/BotManager.cs | |||
@@ -110,8 +110,8 @@ namespace pCampBot | |||
110 | "Show regions known to bots", | 110 | "Show regions known to bots", |
111 | HandleShowRegions); | 111 | HandleShowRegions); |
112 | 112 | ||
113 | m_console.Commands.AddCommand("bot", false, "show status", | 113 | m_console.Commands.AddCommand("bot", false, "show bots", |
114 | "show status", | 114 | "show bots", |
115 | "Shows the status of all bots", | 115 | "Shows the status of all bots", |
116 | HandleShowStatus); | 116 | HandleShowStatus); |
117 | 117 | ||