Reverted MySQLDataStore.cs to not use static mutexes any more, patch didn't work anyway.

Added js to OpenSim.ini.example.
This commit is contained in:
Tedd Hansen
2008-02-05 12:18:50 +00:00
parent ca5aadfbff
commit 1d95f0521d
3 changed files with 31 additions and 44 deletions

View File

@@ -41,7 +41,6 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
: base(scriptEngine)
{
base.m_scriptEngine = scriptEngine;
}
private Compiler.LSL.Compiler LSLCompiler;