mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
make Yengine post attach event as Xengine does. This should fix that event. Thx mrieker for pointing out this issue
This commit is contained in:
@@ -401,9 +401,9 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
||||
switch(m_StateSource)
|
||||
{
|
||||
case StateSource.AttachedRez:
|
||||
// PostEvent(new EventParams("attach",
|
||||
// new object[] { m_Part.ParentGroup.AttachedAvatar.ToString() },
|
||||
// zeroDetectParams));
|
||||
PostEvent(new EventParams("attach",
|
||||
new object[] { m_Part.ParentGroup.AttachedAvatar.ToString() },
|
||||
zeroDetectParams));
|
||||
break;
|
||||
|
||||
case StateSource.PrimCrossing:
|
||||
|
||||
Reference in New Issue
Block a user