diff options
added the flag param to IClientAPI.SendMapBlock
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 9bb326c..fa2ab0b 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -869,7 +869,7 @@ namespace OpenSim.Framework | |||
869 | void CrossRegion(ulong newRegionHandle, LLVector3 pos, LLVector3 lookAt, IPEndPoint newRegionExternalEndPoint, | 869 | void CrossRegion(ulong newRegionHandle, LLVector3 pos, LLVector3 lookAt, IPEndPoint newRegionExternalEndPoint, |
870 | string capsURL); | 870 | string capsURL); |
871 | 871 | ||
872 | void SendMapBlock(List<MapBlockData> mapBlocks); | 872 | void SendMapBlock(List<MapBlockData> mapBlocks, uint flag); |
873 | void SendLocalTeleport(LLVector3 position, LLVector3 lookAt, uint flags); | 873 | void SendLocalTeleport(LLVector3 position, LLVector3 lookAt, uint flags); |
874 | 874 | ||
875 | void SendRegionTeleport(ulong regionHandle, byte simAccess, IPEndPoint regionExternalEndPoint, uint locationID, | 875 | void SendRegionTeleport(ulong regionHandle, byte simAccess, IPEndPoint regionExternalEndPoint, uint locationID, |