mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user