mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
cosmetics
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user