mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
cosmetics
This commit is contained in:
@@ -43,6 +43,7 @@ namespace OpenSim.Server.Handlers.Presence
|
||||
public PresenceServiceConnector(IConfigSource config, IHttpServer server, string configName) :
|
||||
base(config, server, configName)
|
||||
{
|
||||
|
||||
IConfig serverConfig = config.Configs[m_ConfigName];
|
||||
if (serverConfig == null)
|
||||
throw new Exception(String.Format("No section {0} in config file", m_ConfigName));
|
||||
|
||||
@@ -106,7 +106,6 @@ namespace OpenSim.Server.Handlers.Presence
|
||||
}
|
||||
|
||||
return FailureResult();
|
||||
|
||||
}
|
||||
|
||||
byte[] LoginAgent(Dictionary<string, object> request)
|
||||
|
||||
Reference in New Issue
Block a user