mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Fixed LSL State support.
* Re-applied Tedd's patch that got overwritten. * Replaced (state)\s+([^;\n\r]+)([\r\n\s];) with (state)\s+([^;\n\r]+)(;[\r\n\s]) * Added a state(string) method to BuiltIn_Commands_BaseClass
This commit is contained in:
@@ -106,7 +106,11 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
get { return m_LSL_Functions.State; }
|
||||
set { m_LSL_Functions.State = value; }
|
||||
}
|
||||
|
||||
public void state(string state)
|
||||
{
|
||||
State = state;
|
||||
|
||||
}
|
||||
|
||||
|
||||
public void Start(BuilIn_Commands LSL_Functions)
|
||||
|
||||
Reference in New Issue
Block a user