mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Jumped the gun...
This commit is contained in:
@@ -545,7 +545,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
bool hasScripts = false;
|
||||
foreach (SceneObjectPart part in group.Children)
|
||||
{
|
||||
if (part..Inventory.ContainsScripts())
|
||||
if (part.Inventory.ContainsScripts())
|
||||
{
|
||||
hasScripts = true;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user