mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
send land parcels overlay in cat Land not Task, or avatar freezes
This commit is contained in:
@@ -4889,7 +4889,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
packet.ParcelData.Data = data;
|
||||
packet.ParcelData.SequenceID = sequence_id;
|
||||
packet.Header.Zerocoded = true;
|
||||
OutPacket(packet, ThrottleOutPacketType.Task);
|
||||
// OutPacket(packet, ThrottleOutPacketType.Task);
|
||||
OutPacket(packet, ThrottleOutPacketType.Land);
|
||||
}
|
||||
|
||||
public void SendLandProperties(
|
||||
|
||||
Reference in New Issue
Block a user