mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Unclutter rezzing methods by removing the ad hoc permissions parameters.
Thise were client supplied untrusted values we never used anyway.
This commit is contained in:
@@ -82,7 +82,7 @@ namespace OpenSim.Region.DataSnapshot.Providers
|
||||
byte field, uint localId, uint mask, byte set) { this.Stale = true; };
|
||||
client.OnRezObject += delegate(IClientAPI remoteClient, UUID itemID, Vector3 RayEnd,
|
||||
Vector3 RayStart, UUID RayTargetID, byte BypassRayCast, bool RayEndIsIntersection,
|
||||
uint EveryoneMask, uint GroupMask, uint NextOwnerMask, uint ItemFlags, bool RezSelected,
|
||||
bool RezSelected,
|
||||
bool RemoveItem, UUID fromTaskID) { this.Stale = true; };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user