Fix build break caused by missing ) from dce2809
.
Was hand-typing in a line of code I had tested before but not retested this timeuser_profiles
parent
dce2809137
commit
7e45096314
|
@ -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