mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
delay terrain sending if land queue is 2 busy
This commit is contained in:
@@ -1143,6 +1143,8 @@ namespace OpenSim.Framework
|
||||
void SendGenericMessage(string method, UUID invoice, List<string> message);
|
||||
void SendGenericMessage(string method, UUID invoice, List<byte[]> message);
|
||||
|
||||
bool CanSendLayerData();
|
||||
|
||||
void SendLayerData(float[] map);
|
||||
void SendLayerData(int px, int py, float[] map);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user