mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
Fixed mantis #6609 -- LoadPlugin error messages on Robust.
This commit is contained in:
@@ -62,10 +62,15 @@ namespace OpenSim.Server.Handlers.Hypergrid
|
||||
private bool m_VerifyCallers = false;
|
||||
|
||||
public UserAgentServerConnector(IConfigSource config, IHttpServer server) :
|
||||
this(config, server, null)
|
||||
this(config, server, (IFriendsSimConnector)null)
|
||||
{
|
||||
}
|
||||
|
||||
public UserAgentServerConnector(IConfigSource config, IHttpServer server, string configName) :
|
||||
this(config, server)
|
||||
{
|
||||
}
|
||||
|
||||
public UserAgentServerConnector(IConfigSource config, IHttpServer server, IFriendsSimConnector friendsConnector) :
|
||||
base(config, server, String.Empty)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user