diff options
author | Tedd Hansen | 2008-02-02 04:35:08 +0000 |
---|---|---|
committer | Tedd Hansen | 2008-02-02 04:35:08 +0000 |
commit | 7bd3ecfc2a98c978388768d259f0e6d479d76b85 (patch) | |
tree | 177a0d4875f8f8d71efdca9cc691c1e96795dc01 /OpenSim/Region/ScriptEngine/LSOEngine | |
parent | Add last entry "owner_uuid" back into regions table definition. (diff) | |
download | opensim-SC_OLD-7bd3ecfc2a98c978388768d259f0e6d479d76b85.zip opensim-SC_OLD-7bd3ecfc2a98c978388768d259f0e6d479d76b85.tar.gz opensim-SC_OLD-7bd3ecfc2a98c978388768d259f0e6d479d76b85.tar.bz2 opensim-SC_OLD-7bd3ecfc2a98c978388768d259f0e6d479d76b85.tar.xz |
Bugfixes. Now it even reads configuration before it uses it! ;)
Diffstat (limited to 'OpenSim/Region/ScriptEngine/LSOEngine')
-rw-r--r-- | OpenSim/Region/ScriptEngine/LSOEngine/ScriptManager.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/LSOEngine/ScriptManager.cs b/OpenSim/Region/ScriptEngine/LSOEngine/ScriptManager.cs index 6664025..652c24c 100644 --- a/OpenSim/Region/ScriptEngine/LSOEngine/ScriptManager.cs +++ b/OpenSim/Region/ScriptEngine/LSOEngine/ScriptManager.cs | |||
@@ -155,5 +155,9 @@ namespace OpenSim.Region.ScriptEngine.LSOEngine | |||
155 | } | 155 | } |
156 | } | 156 | } |
157 | 157 | ||
158 | public override void Initialize() | ||
159 | { | ||
160 | |||
161 | } | ||
158 | } | 162 | } |
159 | } \ No newline at end of file | 163 | } \ No newline at end of file |