mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-03 06:13:45 +01:00
Revert no-lowercasing for the moment.
This commit is contained in:
parent
3754f57132
commit
5512e0cad2
2 changed files with 3 additions and 2 deletions
|
|
@ -52,6 +52,7 @@ 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue