diff options
author | Tedd Hansen | 2008-02-10 22:25:59 +0000 |
---|---|---|
committer | Tedd Hansen | 2008-02-10 22:25:59 +0000 |
commit | 9a04e0e1c4f0a959f826acce7277daf0132ef66d (patch) | |
tree | 35c2defb96722c0fd1d1788b358493a5959324d9 /OpenSim/Region/ScriptEngine/Common/Executor.cs | |
parent | The very beginnings of attachments (no detachments! :) (diff) | |
download | opensim-SC-9a04e0e1c4f0a959f826acce7277daf0132ef66d.zip opensim-SC-9a04e0e1c4f0a959f826acce7277daf0132ef66d.tar.gz opensim-SC-9a04e0e1c4f0a959f826acce7277daf0132ef66d.tar.bz2 opensim-SC-9a04e0e1c4f0a959f826acce7277daf0132ef66d.tar.xz |
We now support LSL state
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common/Executor.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/Executor.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/Executor.cs b/OpenSim/Region/ScriptEngine/Common/Executor.cs index f6d2b82..6262c64 100644 --- a/OpenSim/Region/ScriptEngine/Common/Executor.cs +++ b/OpenSim/Region/ScriptEngine/Common/Executor.cs | |||
@@ -80,7 +80,7 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
80 | return; | 80 | return; |
81 | } | 81 | } |
82 | 82 | ||
83 | string EventName = m_Script.State() + "_event_" + FunctionName; | 83 | string EventName = m_Script.State + "_event_" + FunctionName; |
84 | 84 | ||
85 | //cfk 2-7-08 dont need this right now and the default Linux build has DEBUG defined | 85 | //cfk 2-7-08 dont need this right now and the default Linux build has DEBUG defined |
86 | ///#if DEBUG | 86 | ///#if DEBUG |