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.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index ddd1cd3..ad4e22b 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -759,6 +759,7 @@ namespace OpenSim.Framework
759 759
760 void SendRegionHandle(UUID regoinID, ulong handle); 760 void SendRegionHandle(UUID regoinID, ulong handle);
761 void SendParcelInfo(RegionInfo info, LandData land, UUID parcelID, uint x, uint y); 761 void SendParcelInfo(RegionInfo info, LandData land, UUID parcelID, uint x, uint y);
762 void SendScriptTeleportRequest(string objName, string simName, Vector3 pos, Vector3 lookAt);
762 void KillEndDone(); 763 void KillEndDone();
763 } 764 }
764} 765}