cap LSLSyntax was enabled by mistake
parent
190e7433cc
commit
4fae8d3d39
|
@ -86,7 +86,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
|||
public void Initialise(IConfigSource source)
|
||||
{
|
||||
IConfig config = source.Configs["SimulatorFeatures"];
|
||||
m_doScriptSyntax = true;
|
||||
m_doScriptSyntax = false;
|
||||
if (config != null)
|
||||
{
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue