aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index c70b2a0..94acdba 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -1320,6 +1320,8 @@ namespace OpenSim.Framework
1320 1320
1321 void SendObjectPropertiesReply(ISceneEntity Entity); 1321 void SendObjectPropertiesReply(ISceneEntity Entity);
1322 1322
1323 void SendPartPhysicsProprieties(ISceneEntity Entity);
1324
1323 void SendAgentOffline(UUID[] agentIDs); 1325 void SendAgentOffline(UUID[] agentIDs);
1324 1326
1325 void SendAgentOnline(UUID[] agentIDs); 1327 void SendAgentOnline(UUID[] agentIDs);