diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index cf6a541..6d69c3d 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -198,7 +198,7 @@ namespace OpenSim.Framework | |||
198 | public delegate void UUIDNameRequest(UUID id, IClientAPI remote_client); | 198 | public delegate void UUIDNameRequest(UUID id, IClientAPI remote_client); |
199 | 199 | ||
200 | public delegate void AddNewPrim( | 200 | public delegate void AddNewPrim( |
201 | UUID ownerID, Vector3 RayEnd, Quaternion rot, PrimitiveBaseShape shape, byte bypassRaycast, Vector3 RayStart, | 201 | UUID ownerID, UUID groupID, Vector3 RayEnd, Quaternion rot, PrimitiveBaseShape shape, byte bypassRaycast, Vector3 RayStart, |
202 | UUID RayTargetID, | 202 | UUID RayTargetID, |
203 | byte RayEndIsIntersection); | 203 | byte RayEndIsIntersection); |
204 | 204 | ||