mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +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:
@@ -54,7 +54,7 @@ namespace OpenSim.Server.Handlers.Grid
|
||||
private IHyperlinkService m_HyperlinkService;
|
||||
|
||||
public HypergridServiceInConnector(IConfigSource config, IHttpServer server, IHyperlinkService hyperService) :
|
||||
base(config, server)
|
||||
base(config, server, String.Empty)
|
||||
{
|
||||
m_HyperlinkService = hyperService;
|
||||
server.AddXmlRPCHandler("link_region", LinkRegionRequest, false);
|
||||
|
||||
Reference in New Issue
Block a user