Fix a regression where animations would only be sent if the avatar has

attachments. Convert base types to LSL types for event marshalling through
IScriptModule to avoid parameter errors.
This commit is contained in:
Melanie Thielker
2009-04-12 02:42:05 +00:00
parent 217b2d93ae
commit f6f3737fe8
3 changed files with 73 additions and 5 deletions

View File

@@ -1961,10 +1961,10 @@ namespace OpenSim.Region.Framework.Scenes
{
m.PostObjectEvent(grp.RootPart.UUID, "changed", new Object[] {16384});
}
SendAnimPack();
}
}
}
SendAnimPack();
}
}