diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 507dfe394b..ca88013fc3 100755 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs @@ -8401,6 +8401,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP { PacketType.GroupNoticesListRequest, new(HandleGroupNoticesListRequest, true) }, { PacketType.GroupNoticeRequest, new(HandleGroupNoticeRequest, true) }, + { PacketType.GroupRoleUpdate, new(HandleGroupRoleUpdate, true) }, { PacketType.GroupRoleChanges, new(HandleGroupRoleChanges, true) }, { PacketType.JoinGroupRequest, new(HandleJoinGroupRequest, true) },