Jumped the gun...

avinationmerge
root 2009-12-22 03:25:09 +01:00
parent 69b551c516
commit 46fea74726
1 changed files with 1 additions and 1 deletions

View File

@ -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;