We now support LSL state

This commit is contained in:
Tedd Hansen
2008-02-10 22:25:59 +00:00
parent c935b308e6
commit 9a04e0e1c4
5 changed files with 9 additions and 7 deletions

View File

@@ -80,7 +80,7 @@ namespace OpenSim.Region.ScriptEngine.Common
return;
}
string EventName = m_Script.State() + "_event_" + FunctionName;
string EventName = m_Script.State + "_event_" + FunctionName;
//cfk 2-7-08 dont need this right now and the default Linux build has DEBUG defined
///#if DEBUG