Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono.

Some debug info for startup added to find bugs. ++
This commit is contained in:
Tedd Hansen
2008-01-05 15:48:02 +00:00
parent 53793db182
commit 966f639ad6
12 changed files with 233 additions and 412 deletions

View File

@@ -92,7 +92,7 @@ namespace OpenSim.Region.ScriptEngine.RemoteServer
public string Name
{
get { return "LSLScriptingModule"; }
get { return "RemoteServerScriptingModule"; }
}
public bool IsSharedModule