added the flag param to IClientAPI.SendMapBlock

This commit is contained in:
MW
2008-06-25 20:14:47 +00:00
parent 35e1a2fdfc
commit cf1cf73839
6 changed files with 11 additions and 11 deletions

View File

@@ -366,7 +366,7 @@ namespace OpenSim.Region.Examples.SimpleModule
{
}
public virtual void SendMapBlock(List<MapBlockData> mapBlocks)
public virtual void SendMapBlock(List<MapBlockData> mapBlocks, uint flag)
{
}