mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
delay terrain sending if land queue is 2 busy
This commit is contained in:
@@ -671,6 +671,11 @@ namespace OpenSim.Region.OptionalModules.World.NPC
|
||||
|
||||
}
|
||||
|
||||
public virtual bool CanSendLayerData()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public virtual void SendLayerData(float[] map)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user