do case invariant compare on deny mac and id0

This commit is contained in:
UbitUmarov
2023-04-25 23:40:17 +01:00
parent e1d829ba83
commit 7ba6ddf2b1
2 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ namespace OpenSim.Capabilities.Handlers
private static readonly ILog m_log =
LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private static readonly Dictionary<string, AssetType> queryTypes = new Dictionary<string, AssetType>()
private static readonly Dictionary<string, AssetType> queryTypes = new()
{
{"texture_id", AssetType.Texture},
{"sound_id", AssetType.Sound},