aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 6f2f834..cafbd1f 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -1382,6 +1382,8 @@ namespace OpenSim.Framework
1382 1382
1383 void SendObjectPropertiesReply(ISceneEntity Entity); 1383 void SendObjectPropertiesReply(ISceneEntity Entity);
1384 1384
1385 void SendSelectedPartsProprieties(List<ISceneEntity> parts);
1386
1385 void SendPartPhysicsProprieties(ISceneEntity Entity); 1387 void SendPartPhysicsProprieties(ISceneEntity Entity);
1386 1388
1387 void SendAgentOffline(UUID[] agentIDs); 1389 void SendAgentOffline(UUID[] agentIDs);