mirror of
https://github.com/opensim/opensim.git
synced 2026-08-03 07:26:16 +08:00
cap LSLSyntax was enabled by mistake
This commit is contained in:
@@ -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)
|
||||
{
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user