From cf1cf738399e659b24d3a4ece2dd091ac8d041fb Mon Sep 17 00:00:00 2001 From: MW Date: Wed, 25 Jun 2008 20:14:47 +0000 Subject: added the flag param to IClientAPI.SendMapBlock --- OpenSim/Framework/IClientAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/IClientAPI.cs') 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 void CrossRegion(ulong newRegionHandle, LLVector3 pos, LLVector3 lookAt, IPEndPoint newRegionExternalEndPoint, string capsURL); - void SendMapBlock(List mapBlocks); + void SendMapBlock(List mapBlocks, uint flag); void SendLocalTeleport(LLVector3 position, LLVector3 lookAt, uint flags); void SendRegionTeleport(ulong regionHandle, byte simAccess, IPEndPoint regionExternalEndPoint, uint locationID, -- cgit v1.1