mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Extracted out old RezObject method placing at absolute pos without the raytracing
* Ignored some bins
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user