aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/DataSnapshot
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/DataSnapshot')
-rw-r--r--OpenSim/Region/DataSnapshot/ObjectSnapshot.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/DataSnapshot/ObjectSnapshot.cs b/OpenSim/Region/DataSnapshot/ObjectSnapshot.cs
index 12e0f0f..f032704 100644
--- a/OpenSim/Region/DataSnapshot/ObjectSnapshot.cs
+++ b/OpenSim/Region/DataSnapshot/ObjectSnapshot.cs
@@ -61,7 +61,7 @@ namespace OpenSim.Region.DataSnapshot.Providers
61 //Detect object data changes by hooking into the IClientAPI. 61 //Detect object data changes by hooking into the IClientAPI.
62 //Very dirty, and breaks whenever someone changes the client API. 62 //Very dirty, and breaks whenever someone changes the client API.
63 63
64 client.OnAddPrim += delegate (UUID ownerID, Vector3 RayEnd, Quaternion rot, 64 client.OnAddPrim += delegate (UUID ownerID, UUID groupID, Vector3 RayEnd, Quaternion rot,
65 PrimitiveBaseShape shape, byte bypassRaycast, Vector3 RayStart, UUID RayTargetID, 65 PrimitiveBaseShape shape, byte bypassRaycast, Vector3 RayStart, UUID RayTargetID,
66 byte RayEndIsIntersection) { this.Stale = true; }; 66 byte RayEndIsIntersection) { this.Stale = true; };
67 client.OnLinkObjects += delegate (IClientAPI remoteClient, uint parent, List<uint> children) 67 client.OnLinkObjects += delegate (IClientAPI remoteClient, uint parent, List<uint> children)