Add the name of a deleted object to the console output
parent
717942e81b
commit
eb49c356e2
|
@ -203,7 +203,7 @@ namespace OpenSim.Region.CoreModules.World.Objects.Commands
|
|||
|
||||
foreach (SceneObjectGroup g in deletes)
|
||||
{
|
||||
m_console.OutputFormat("Deleting object {0}", g.UUID);
|
||||
m_console.OutputFormat("Deleting object {0} {1}", g.UUID, g.Name);
|
||||
m_scene.DeleteSceneObject(g, false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue