mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
fix RezzerID
This commit is contained in:
@@ -3771,7 +3771,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
sog.RootPart.Shape.LastAttachPoint = (byte)sog.AttachmentPoint;
|
||||
}
|
||||
|
||||
sog.RezzerID = m_host.UUID;
|
||||
sog.RezzerID = m_host.ParentGroup.RootPart.UUID;
|
||||
sog.UUID = newID;
|
||||
|
||||
// We can only call this after adding the scene object, since the scene object references the scene
|
||||
|
||||
Reference in New Issue
Block a user