Fix build break caused by missing ) from dce2809
.
Was hand-typing in a line of code I had tested before but not retested this time0.7.5-pf-bulletsim
parent
3c631fea9e
commit
59263fe78e
|
@ -3412,7 +3412,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
|||
}
|
||||
else
|
||||
{
|
||||
if (m_host.ParentGroup.GetSittingAvatars().Contains(agentID)
|
||||
if (m_host.ParentGroup.GetSittingAvatars().Contains(agentID))
|
||||
{
|
||||
// When agent is sitting, certain permissions are implicit if requested from sitting agent
|
||||
implicitPerms = ScriptBaseClass.PERMISSION_TRIGGER_ANIMATION |
|
||||
|
|
Loading…
Reference in New Issue