mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Fix loading modules with alternate configurations and ports into ROBUST.
Make all current modules support the configuration name option
This commit is contained in:
@@ -39,7 +39,7 @@ namespace OpenSim.Server.Handlers.Base
|
||||
|
||||
public class ServiceConnector : IServiceConnector
|
||||
{
|
||||
public ServiceConnector(IConfigSource config, IHttpServer server)
|
||||
public ServiceConnector(IConfigSource config, IHttpServer server, string configName)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user