a few cosmetic changes

This commit is contained in:
UbitUmarov
2023-11-12 22:24:53 +00:00
parent 80e930e9a6
commit f94f6e77bf
10 changed files with 58 additions and 57 deletions

View File

@@ -2783,9 +2783,11 @@ namespace OpenSim.Region.Framework.Scenes
for(int i = 0; i < partList.Length; ++i)
{
SceneObjectPart part = partList[i];
if (part is null)
continue;
if (removeScripts)
part.Inventory.SendReleaseScriptsControl();
part.Inventory?.SendReleaseScriptsControl();
if (part.KeyframeMotion is not null)
{