mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 23:18:34 +08:00
* Fix Groups Module Null Reference when you were not a member of any group.
This commit is contained in:
@@ -9791,9 +9791,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
Group.GroupName = Utils.StringToBytes(GroupMembership[i].GroupName);
|
||||
Group.GroupPowers = GroupMembership[i].GroupPowers;
|
||||
Groups[i] = Group;
|
||||
Groupupdate.GroupData = Groups;
|
||||
|
||||
|
||||
}
|
||||
Groupupdate.GroupData = Groups;
|
||||
Groupupdate.AgentData = new AgentGroupDataUpdatePacket.AgentDataBlock();
|
||||
Groupupdate.AgentData.AgentID = AgentId;
|
||||
OutPacket(Groupupdate, ThrottleOutPacketType.Task);
|
||||
|
||||
Reference in New Issue
Block a user