mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
* Removed J# language support because it has issues with Mono.
This commit is contained in:
@@ -59,9 +59,6 @@ namespace OpenSim.Region.Enviorment.Scripting
|
||||
|
||||
JScriptEngine jscriptCompiler = new JScriptEngine();
|
||||
compilers.Add(jscriptCompiler.FileExt(), jscriptCompiler);
|
||||
|
||||
JSharpScriptEngine jsharpCompiler = new JSharpScriptEngine();
|
||||
compilers.Add(jsharpCompiler.FileExt(), jsharpCompiler);
|
||||
}
|
||||
|
||||
public void Compile(string filename)
|
||||
|
||||
Reference in New Issue
Block a user