mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08:00
Experimental. Set attachment flag early on rezzing from inventory.
This commit is contained in:
@@ -2015,7 +2015,10 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
group.ResetIDs();
|
||||
|
||||
if (attachment)
|
||||
{
|
||||
group.RootPart.ObjectFlags |= (uint)PrimFlags.Phantom;
|
||||
group.IsAttachment = true;
|
||||
}
|
||||
|
||||
AddNewSceneObject(group, true);
|
||||
|
||||
|
||||
@@ -38,6 +38,5 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
|
||||
string[] GetWarnings();
|
||||
Dictionary<KeyValuePair<int, int>, KeyValuePair<int, int>>
|
||||
LineMap();
|
||||
object GetCompilerOutput(UUID assetID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user