mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Port fix from justicc - decouple pay prices on drag-copied prims
This commit is contained in:
@@ -2161,6 +2161,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
// safeguard actual copy is done in sog.copy
|
||||
dupe.KeyframeMotion = null;
|
||||
dupe.PayPrice = (int[])PayPrice.Clone();
|
||||
|
||||
dupe.DynAttrs.CopyFrom(DynAttrs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user