diff options
author | UbitUmarov | 2018-05-28 09:25:09 +0100 |
---|---|---|
committer | UbitUmarov | 2018-05-28 09:25:09 +0100 |
commit | 5463bffa68b06072b9636b1e4f87df9323f2f5c4 (patch) | |
tree | 673473d4de4fd774274ab17a1c0c163b7cf5e6cc /OpenSim/Region/ScriptEngine/YEngine | |
parent | fix some cases in prim number of sides (diff) | |
download | opensim-SC-5463bffa68b06072b9636b1e4f87df9323f2f5c4.zip opensim-SC-5463bffa68b06072b9636b1e4f87df9323f2f5c4.tar.gz opensim-SC-5463bffa68b06072b9636b1e4f87df9323f2f5c4.tar.bz2 opensim-SC-5463bffa68b06072b9636b1e4f87df9323f2f5c4.tar.xz |
make Yengine post attach event as Xengine does. This should fix that event. Thx mrieker for pointing out this issue
Diffstat (limited to 'OpenSim/Region/ScriptEngine/YEngine')
-rw-r--r-- | OpenSim/Region/ScriptEngine/YEngine/XMRInstCtor.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/ScriptEngine/YEngine/XMRInstCtor.cs b/OpenSim/Region/ScriptEngine/YEngine/XMRInstCtor.cs index ce74d9f..f7aad6e 100644 --- a/OpenSim/Region/ScriptEngine/YEngine/XMRInstCtor.cs +++ b/OpenSim/Region/ScriptEngine/YEngine/XMRInstCtor.cs | |||
@@ -401,9 +401,9 @@ namespace OpenSim.Region.ScriptEngine.Yengine | |||
401 | switch(m_StateSource) | 401 | switch(m_StateSource) |
402 | { | 402 | { |
403 | case StateSource.AttachedRez: | 403 | case StateSource.AttachedRez: |
404 | // PostEvent(new EventParams("attach", | 404 | PostEvent(new EventParams("attach", |
405 | // new object[] { m_Part.ParentGroup.AttachedAvatar.ToString() }, | 405 | new object[] { m_Part.ParentGroup.AttachedAvatar.ToString() }, |
406 | // zeroDetectParams)); | 406 | zeroDetectParams)); |
407 | break; | 407 | break; |
408 | 408 | ||
409 | case StateSource.PrimCrossing: | 409 | case StateSource.PrimCrossing: |