diff options
author | UbitUmarov | 2018-10-19 04:06:47 +0100 |
---|---|---|
committer | UbitUmarov | 2018-10-19 04:06:47 +0100 |
commit | 4fae8d3d3941408cf42ba3129130710f06f9829b (patch) | |
tree | 6b5ce22f14466289474c04e94fb4e41f2d3594e3 /OpenSim | |
parent | fix typos (diff) | |
download | opensim-SC-4fae8d3d3941408cf42ba3129130710f06f9829b.zip opensim-SC-4fae8d3d3941408cf42ba3129130710f06f9829b.tar.gz opensim-SC-4fae8d3d3941408cf42ba3129130710f06f9829b.tar.bz2 opensim-SC-4fae8d3d3941408cf42ba3129130710f06f9829b.tar.xz |
cap LSLSyntax was enabled by mistake
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs index 200a1c1..a6a4b1c 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs | |||
@@ -86,7 +86,7 @@ namespace OpenSim.Region.ClientStack.Linden | |||
86 | public void Initialise(IConfigSource source) | 86 | public void Initialise(IConfigSource source) |
87 | { | 87 | { |
88 | IConfig config = source.Configs["SimulatorFeatures"]; | 88 | IConfig config = source.Configs["SimulatorFeatures"]; |
89 | m_doScriptSyntax = true; | 89 | m_doScriptSyntax = false; |
90 | if (config != null) | 90 | if (config != null) |
91 | { | 91 | { |
92 | // | 92 | // |