mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Plumb the path for multiple object deletes
This commit is contained in:
@@ -142,7 +142,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
|
||||
SceneObjectPart part = SceneSetupHelpers.AddSceneObject(scene);
|
||||
|
||||
IClientAPI client = SceneSetupHelpers.AddRootAgent(scene, agentId);
|
||||
scene.DeRezObject(client, part.LocalId, UUID.Zero, DeRezAction.Delete, UUID.Zero);
|
||||
scene.DeRezObjects(client, new System.Collections.Generic.List<uint>() { part.LocalId }, UUID.Zero, DeRezAction.Delete, UUID.Zero);
|
||||
|
||||
SceneObjectPart retrievedPart = scene.GetSceneObjectPart(part.LocalId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user