diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 751a2a5..a9c05f6 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -767,7 +767,7 @@ namespace OpenSim.Framework | |||
767 | void SendWindData(Vector2[] windSpeeds); | 767 | void SendWindData(Vector2[] windSpeeds); |
768 | 768 | ||
769 | void MoveAgentIntoRegion(RegionInfo regInfo, Vector3 pos, Vector3 look); | 769 | void MoveAgentIntoRegion(RegionInfo regInfo, Vector3 pos, Vector3 look); |
770 | void InformClientOfNeighbour(ulong neighbourHandle, IPEndPoint neighbourExternalEndPoint); | 770 | void InformClientOfNeighbour(ulong neighbourHandle, IPEndPoint neighbourExternalEndPoint); |
771 | AgentCircuitData RequestClientInfo(); | 771 | AgentCircuitData RequestClientInfo(); |
772 | 772 | ||
773 | void CrossRegion(ulong newRegionHandle, Vector3 pos, Vector3 lookAt, IPEndPoint newRegionExternalEndPoint, | 773 | void CrossRegion(ulong newRegionHandle, Vector3 pos, Vector3 lookAt, IPEndPoint newRegionExternalEndPoint, |