Fix an omission

avinationmerge
Melanie 2012-05-15 00:15:44 +02:00
parent e3c376156c
commit e9e797b681
1 changed files with 1 additions and 1 deletions

View File

@ -2564,7 +2564,7 @@ namespace OpenSim.Region.Framework.Scenes
}
else
{
if ((ParentGroup.RootPart.ScriptEvents & scriptEvents.collision_start) != 0)
if ((ParentGroup.RootPart.ScriptEvents & ev) != 0)
sendToRoot = true;
}
if (sendToRoot && ParentGroup.RootPart != this)