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