aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
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