mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Make newly created prims be the correct group
This commit is contained in:
@@ -198,7 +198,7 @@ namespace OpenSim.Framework
|
||||
public delegate void UUIDNameRequest(UUID id, IClientAPI remote_client);
|
||||
|
||||
public delegate void AddNewPrim(
|
||||
UUID ownerID, Vector3 RayEnd, Quaternion rot, PrimitiveBaseShape shape, byte bypassRaycast, Vector3 RayStart,
|
||||
UUID ownerID, UUID groupID, Vector3 RayEnd, Quaternion rot, PrimitiveBaseShape shape, byte bypassRaycast, Vector3 RayStart,
|
||||
UUID RayTargetID,
|
||||
byte RayEndIsIntersection);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user