cosmetics

This commit is contained in:
UbitUmarov
2024-04-30 23:17:20 +01:00
parent 2736d36391
commit 7c3e09f7d3
4 changed files with 14 additions and 13 deletions

View File

@@ -89,7 +89,7 @@ namespace OpenSim.Services.HypergridService
if (string.IsNullOrEmpty(userAgentService))
m_log.WarnFormat("[HG IM SERVICE]: UserAgentService not set in [HGInstantMessageService]");
object[] args = new object[] { config };
object[] args = [ config ];
try
{
m_GridService = ServerUtils.LoadPlugin<IGridService>(gridService, args);