mirror of
https://github.com/opensim/opensim.git
synced 2026-05-20 15:25:47 +08:00
added the flag param to IClientAPI.SendMapBlock
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user