Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim

0.7.4.1
Melanie 2012-08-01 22:39:40 +01:00
commit e36bc0d754
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ namespace pCampBot
{
Dictionary<UUID, Primitive> objects = Bot.Objects;
if (objects.Count <= 0)
return;
Primitive prim = objects.ElementAt(Bot.Random.Next(0, objects.Count - 1)).Value;
// This appears to be a typical message sent when a viewer user clicks a clickable object