aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/DataSnapshot/ObjectSnapshot.cs
diff options
context:
space:
mode:
authorMelanie Thielker2008-10-04 15:54:21 +0000
committerMelanie Thielker2008-10-04 15:54:21 +0000
commitc28e8fcd67fb284930a0cc0e2f2ac5c8f7df3bc3 (patch)
treed24ae6321e9a1299ac48ba32529e5da679616017 /OpenSim/Region/DataSnapshot/ObjectSnapshot.cs
parentGuard against negative scale set through LSL functions (diff)
downloadopensim-SC_OLD-c28e8fcd67fb284930a0cc0e2f2ac5c8f7df3bc3.zip
opensim-SC_OLD-c28e8fcd67fb284930a0cc0e2f2ac5c8f7df3bc3.tar.gz
opensim-SC_OLD-c28e8fcd67fb284930a0cc0e2f2ac5c8f7df3bc3.tar.bz2
opensim-SC_OLD-c28e8fcd67fb284930a0cc0e2f2ac5c8f7df3bc3.tar.xz
Unclutter rezzing methods by removing the ad hoc permissions parameters.
Thise were client supplied untrusted values we never used anyway.
Diffstat (limited to 'OpenSim/Region/DataSnapshot/ObjectSnapshot.cs')
-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 f5ec6c7..49d9aec 100644
--- a/OpenSim/Region/DataSnapshot/ObjectSnapshot.cs
+++ b/OpenSim/Region/DataSnapshot/ObjectSnapshot.cs
@@ -82,7 +82,7 @@ namespace OpenSim.Region.DataSnapshot.Providers
82 byte field, uint localId, uint mask, byte set) { this.Stale = true; }; 82 byte field, uint localId, uint mask, byte set) { this.Stale = true; };
83 client.OnRezObject += delegate(IClientAPI remoteClient, UUID itemID, Vector3 RayEnd, 83 client.OnRezObject += delegate(IClientAPI remoteClient, UUID itemID, Vector3 RayEnd,
84 Vector3 RayStart, UUID RayTargetID, byte BypassRayCast, bool RayEndIsIntersection, 84 Vector3 RayStart, UUID RayTargetID, byte BypassRayCast, bool RayEndIsIntersection,
85 uint EveryoneMask, uint GroupMask, uint NextOwnerMask, uint ItemFlags, bool RezSelected, 85 bool RezSelected,
86 bool RemoveItem, UUID fromTaskID) { this.Stale = true; }; 86 bool RemoveItem, UUID fromTaskID) { this.Stale = true; };
87 } 87 }
88 88