mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Correct an issue in group packet sending that causes a nullref with
libomv-0.7.
This commit is contained in:
@@ -9794,6 +9794,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
Groupupdate.GroupData = Groups;
|
||||
|
||||
}
|
||||
Groupupdate.AgentData = new AgentGroupDataUpdatePacket.AgentDataBlock();
|
||||
Groupupdate.AgentData.AgentID = AgentId;
|
||||
OutPacket(Groupupdate, ThrottleOutPacketType.Task);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user