mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
add a few more things to SrcriptSyntax
This commit is contained in:
@@ -87,7 +87,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