cap LSLSyntax was enabled by mistake

0.9.1.0-post-fixes
UbitUmarov 2018-10-19 04:06:47 +01:00
parent 190e7433cc
commit 4fae8d3d39
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{
//