Fix build break caused by missing ) from dce2809.

Was hand-typing in a line of code I had tested before but not retested this time
0.7.5-pf-bulletsim
Justin Clark-Casey (justincc) 2013-01-04 21:22:51 +00:00
parent 3c631fea9e
commit 59263fe78e
1 changed files with 1 additions and 1 deletions

View File

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