mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
Committing patch from Melanie. 0001290: [PATCH] implement permissions propagation and script module hooks. Thanks Melanie!
* Implements quite a few inventory related perms. * (from Teravus) Fixes Take Copy
This commit is contained in:
@@ -4528,7 +4528,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
handlerObjectPermissions = OnObjectPermissions;
|
||||
|
||||
if (handlerObjectPermissions != null)
|
||||
OnObjectPermissions(this, AgentID, SessionID, field, localID, mask, set);
|
||||
handlerObjectPermissions(this, AgentID, SessionID, field, localID, mask, set);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user