mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Add localid support to ch0de properly
This commit is contained in:
@@ -1767,7 +1767,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
part.AbsolutePosition,
|
||||
part.Scale,
|
||||
part.RotationOffset,
|
||||
part.PhysActor.IsPhysical);
|
||||
part.PhysActor.IsPhysical,
|
||||
m_localId);
|
||||
part.PhysActor.SetMaterial((int)part.Material);
|
||||
|
||||
part.PhysActor.LocalID = part.LocalId;
|
||||
|
||||
Reference in New Issue
Block a user