mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
added the flag param to IClientAPI.SendMapBlock
This commit is contained in:
@@ -452,7 +452,7 @@ namespace OpenSim.Region.Environment.Modules.World.NPC
|
||||
{
|
||||
}
|
||||
|
||||
public virtual void SendMapBlock(List<MapBlockData> mapBlocks)
|
||||
public virtual void SendMapBlock(List<MapBlockData> mapBlocks, uint flag)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user