mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Don't unnecessarily remove from backup objects that were not directly attached from the scene.
These are never in region backup in the first place since recent 11830c43 Extend regression test to check backup status.
This commit is contained in:
@@ -611,7 +611,7 @@ namespace OpenSim.Tests.Common
|
||||
//part.UpdatePrimFlags(false, false, true);
|
||||
//part.ObjectFlags |= (uint)PrimFlags.Phantom;
|
||||
|
||||
scene.AddNewSceneObject(so, false);
|
||||
scene.AddNewSceneObject(so, true);
|
||||
|
||||
return so;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user