Make newly created prims be the correct group

This commit is contained in:
Melanie Thielker
2008-11-17 23:43:46 +00:00
parent ece27a3631
commit 2b8915d679
6 changed files with 11 additions and 10 deletions

View File

@@ -4515,7 +4515,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
handlerAddPrim = OnAddPrim;
if (handlerAddPrim != null)
handlerAddPrim(AgentId, addPacket.ObjectData.RayEnd, addPacket.ObjectData.Rotation, shape, addPacket.ObjectData.BypassRaycast, addPacket.ObjectData.RayStart, addPacket.ObjectData.RayTargetID, addPacket.ObjectData.RayEndIsIntersection);
handlerAddPrim(AgentId, ActiveGroupId, addPacket.ObjectData.RayEnd, addPacket.ObjectData.Rotation, shape, addPacket.ObjectData.BypassRaycast, addPacket.ObjectData.RayStart, addPacket.ObjectData.RayTargetID, addPacket.ObjectData.RayEndIsIntersection);
}
break;
case PacketType.ObjectShape: