diff options
author | Melanie Thielker | 2008-10-04 15:54:21 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-10-04 15:54:21 +0000 |
commit | c28e8fcd67fb284930a0cc0e2f2ac5c8f7df3bc3 (patch) | |
tree | d24ae6321e9a1299ac48ba32529e5da679616017 /OpenSim/Region/DataSnapshot | |
parent | Guard against negative scale set through LSL functions (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Region/DataSnapshot/ObjectSnapshot.cs | 2 |
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 | ||