cosmetics

This commit is contained in:
UbitUmarov
2026-01-25 21:05:54 +00:00
parent 25ad17d068
commit bd1e32546f
3 changed files with 5 additions and 13 deletions

View File

@@ -373,11 +373,9 @@ namespace OpenSim.Region.Framework.Scenes
/// </returns>
protected internal bool AddNewSceneObject(SceneObjectGroup sceneObject, bool attachToBackup, bool sendClientUpdates)
{
bool ret = AddSceneObject(sceneObject, attachToBackup, sendClientUpdates);
// Ensure that we persist this new scene object if it's not an
// attachment
// Ensure that we persist this new scene object if it's not an attachment
if (attachToBackup)
sceneObject.HasGroupChanged = true;