diff options
Diffstat (limited to 'OpenSim/Tools/pCampBot/BotManager.cs')
-rw-r--r-- | OpenSim/Tools/pCampBot/BotManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tools/pCampBot/BotManager.cs b/OpenSim/Tools/pCampBot/BotManager.cs index 35a24d1..7d4af13 100644 --- a/OpenSim/Tools/pCampBot/BotManager.cs +++ b/OpenSim/Tools/pCampBot/BotManager.cs | |||
@@ -594,7 +594,7 @@ namespace pCampBot | |||
594 | currentSim != null ? currentSim.Name : "(none)", | 594 | currentSim != null ? currentSim.Name : "(none)", |
595 | bot.ConnectionState, | 595 | bot.ConnectionState, |
596 | bot.SimulatorsCount, | 596 | bot.SimulatorsCount, |
597 | string.Join(",", bot.Behaviours.ConvertAll<string>(behaviour => behaviour.AbbreviatedName))); | 597 | string.Join(",", bot.Behaviours.ConvertAll<string>(behaviour => behaviour.AbbreviatedName).ToArray())); |
598 | } | 598 | } |
599 | } | 599 | } |
600 | 600 | ||