aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/XEngine/EventManager.cs
diff options
context:
space:
mode:
authorUbitUmarov2019-02-21 22:54:17 +0000
committerUbitUmarov2019-02-21 22:54:43 +0000
commitece38437983440449acbc7f7202c470e72ae4e61 (patch)
tree647f7b6333d116d7e7fea933852daa118c538567 /OpenSim/Region/ScriptEngine/XEngine/EventManager.cs
parentYengine changed position and shape events can bt throttled by mineventdelay (diff)
downloadopensim-SC-ece38437983440449acbc7f7202c470e72ae4e61.zip
opensim-SC-ece38437983440449acbc7f7202c470e72ae4e61.tar.gz
opensim-SC-ece38437983440449acbc7f7202c470e72ae4e61.tar.bz2
opensim-SC-ece38437983440449acbc7f7202c470e72ae4e61.tar.xz
let changed allowed drop have lldetectedkey[0] return the dropped item id, Yengine and still testing"
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ScriptEngine/XEngine/EventManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/XEngine/EventManager.cs b/OpenSim/Region/ScriptEngine/XEngine/EventManager.cs
index b7fc161..7c2136e 100644
--- a/OpenSim/Region/ScriptEngine/XEngine/EventManager.cs
+++ b/OpenSim/Region/ScriptEngine/XEngine/EventManager.cs
@@ -215,7 +215,7 @@ namespace OpenSim.Region.ScriptEngine.XEngine
215 det)); 215 det));
216 } 216 }
217 217
218 public void changed(uint localID, uint change) 218 public void changed(uint localID, uint change, object parameter)
219 { 219 {
220 // Add to queue for all scripts in localID, Object pass change. 220 // Add to queue for all scripts in localID, Object pass change.
221 myScriptEngine.PostObjectEvent(localID, new EventParams( 221 myScriptEngine.PostObjectEvent(localID, new EventParams(