Remove a ToLower when resolving paths.

This commit is contained in:
Ottermandias 2024-07-28 23:56:11 +02:00
parent 5d50523c72
commit d30d418afe

View file

@ -52,7 +52,6 @@ public class PathResolver : IDisposable, IService
if (resourceType is ResourceType.Lvb or ResourceType.Lgb or ResourceType.Sgb)
return (null, ResolveData.Invalid);
path = path.ToLower();
return category switch
{
// Only Interface collection.