diff options
author | Tedd Hansen | 2008-02-16 08:22:29 +0000 |
---|---|---|
committer | Tedd Hansen | 2008-02-16 08:22:29 +0000 |
commit | 5e949d4700b6a51776f4cf07a5333a6c525c2195 (patch) | |
tree | 0c56c2b4cfae4fbcbfb6a51a76e13c9ffd089fc7 /OpenSim/Region/ScriptEngine | |
parent | Fixed ScriptEngine config in OpenSim.ini.example that was out of place. (diff) | |
download | opensim-SC_OLD-5e949d4700b6a51776f4cf07a5333a6c525c2195.zip opensim-SC_OLD-5e949d4700b6a51776f4cf07a5333a6c525c2195.tar.gz opensim-SC_OLD-5e949d4700b6a51776f4cf07a5333a6c525c2195.tar.bz2 opensim-SC_OLD-5e949d4700b6a51776f4cf07a5333a6c525c2195.tar.xz |
Forgot one small but important line .. ;)
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/ExecutorBase.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/ExecutorBase.cs b/OpenSim/Region/ScriptEngine/Common/ExecutorBase.cs index 83aa230..bb05db9 100644 --- a/OpenSim/Region/ScriptEngine/Common/ExecutorBase.cs +++ b/OpenSim/Region/ScriptEngine/Common/ExecutorBase.cs | |||
@@ -92,6 +92,7 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
92 | // Script is inactive, do not execute! | 92 | // Script is inactive, do not execute! |
93 | return; | 93 | return; |
94 | } | 94 | } |
95 | DoExecuteEvent(FunctionName, args); | ||
95 | } | 96 | } |
96 | protected abstract void DoExecuteEvent(string FunctionName, object[] args); | 97 | protected abstract void DoExecuteEvent(string FunctionName, object[] args); |
97 | 98 | ||