mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
We now support LSL state
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user