mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
do case invariant compare on deny mac and id0
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user