mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Fixed mantis #6609 -- LoadPlugin error messages on Robust.
This commit is contained in:
@@ -54,10 +54,15 @@ namespace OpenSim.Server.Handlers.Hypergrid
|
||||
private IInstantMessage m_IMService;
|
||||
|
||||
public InstantMessageServerConnector(IConfigSource config, IHttpServer server) :
|
||||
this(config, server, null)
|
||||
this(config, server, (IInstantMessageSimConnector)null)
|
||||
{
|
||||
}
|
||||
|
||||
public InstantMessageServerConnector(IConfigSource config, IHttpServer server, string configName) :
|
||||
this(config, server)
|
||||
{
|
||||
}
|
||||
|
||||
public InstantMessageServerConnector(IConfigSource config, IHttpServer server, IInstantMessageSimConnector simConnector) :
|
||||
base(config, server, String.Empty)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user