Merge branch 'master' of /home/opensim/var/repo/opensim
commit
e9d1af46fa
|
@ -4285,7 +4285,7 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
|
||||
public void aggregateScriptEvents()
|
||||
{
|
||||
if (ParentGroup.RootPart == null)
|
||||
if (ParentGroup == null || ParentGroup.RootPart == null)
|
||||
return;
|
||||
|
||||
AggregateScriptEvents = 0;
|
||||
|
|
Loading…
Reference in New Issue