mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Factor out common default animations code into SLUtil. LLClientView now makes use of the SLUtil copy via a method rather than each LLClientView loading a separate copy.
As per opensim-users mailing list discussion.
This commit is contained in:
@@ -712,7 +712,7 @@ namespace OpenSim.Region.RegionCombinerModule
|
||||
|
||||
List<Vector3> CoarseLocations = new List<Vector3>();
|
||||
List<UUID> AvatarUUIDs = new List<UUID>();
|
||||
|
||||
|
||||
connectiondata.RegionScene.ForEachRootScenePresence(delegate(ScenePresence sp)
|
||||
{
|
||||
if (sp.UUID != presence.UUID)
|
||||
|
||||
Reference in New Issue
Block a user