diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 395d555..1eab16b 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -4528,7 +4528,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
4528 | handlerObjectPermissions = OnObjectPermissions; | 4528 | handlerObjectPermissions = OnObjectPermissions; |
4529 | 4529 | ||
4530 | if (handlerObjectPermissions != null) | 4530 | if (handlerObjectPermissions != null) |
4531 | OnObjectPermissions(this, AgentID, SessionID, field, localID, mask, set); | 4531 | handlerObjectPermissions(this, AgentID, SessionID, field, localID, mask, set); |
4532 | } | 4532 | } |
4533 | } | 4533 | } |
4534 | 4534 | ||