From 3e8df2b86801794dd1b59da7373e409c813a69c1 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Sat, 29 Dec 2007 19:53:07 +0000 Subject: * Extracted out old RezObject method placing at absolute pos without the raytracing * Ignored some bins --- OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenSim/Region/Environment/Scenes') diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index 35112e7..1a77565 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs @@ -716,6 +716,11 @@ namespace OpenSim.Region.Environment.Scenes } LLVector3 pos = GetNewRezLocation(RayStart, RayEnd, RayTargetID, new LLQuaternion(0, 0, 0, 1), BypassRayCast, bRayEndIsIntersection); + RezObject(remoteClient, itemID, pos); + } + + public virtual void RezObject(IClientAPI remoteClient, LLUUID itemID, LLVector3 pos) + { CachedUserInfo userInfo = CommsManager.UserProfileCacheService.GetUserDetails(remoteClient.AgentId); if (userInfo != null) { -- cgit v1.1