mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
Small preformance tweak
This commit is contained in:
@@ -109,7 +109,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
foreach (SceneObjectGroup g in objectGroups)
|
||||
{
|
||||
killIDs.Add(g.LocalId);
|
||||
g.DeleteGroupFromScene(false);
|
||||
g.DeleteGroupFromScene(true);
|
||||
}
|
||||
|
||||
m_scene.SendKillObject(killIDs);
|
||||
|
||||
Reference in New Issue
Block a user