mirror of
https://github.com/opensim/opensim.git
synced 2026-06-09 21:45:49 +08:00
Full .dll-name in config option for ScriptEngine. Loading only scriptengine specified in config.
ScriptServer will still not start!
This commit is contained in:
@@ -54,6 +54,7 @@ namespace OpenSim.Grid.ScriptServer
|
||||
//ScriptEngines = new ScriptEngineManager(this, m_log);
|
||||
m_RemotingServer = new RemotingServer();
|
||||
m_RemotingServer.CreateServer(listenPort, "DotNetEngine");
|
||||
System.Console.ReadLine();
|
||||
}
|
||||
|
||||
~ScriptServerMain()
|
||||
|
||||
Reference in New Issue
Block a user