cosmetics

This commit is contained in:
UbitUmarov
2026-03-15 04:45:37 +00:00
parent 66fb7dee6b
commit 2a5389cc67
17 changed files with 57 additions and 54 deletions

View File

@@ -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));

View File

@@ -106,7 +106,6 @@ namespace OpenSim.Server.Handlers.Presence
}
return FailureResult();
}
byte[] LoginAgent(Dictionary<string, object> request)