mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
a few cosmetic changes
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user