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:
Melanie Thielker
2008-10-04 15:54:21 +00:00
parent 6bf521c7df
commit c28e8fcd67
6 changed files with 13 additions and 29 deletions

View File

@@ -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; };
}