mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Remove a ToLower when resolving paths.
This commit is contained in:
parent
5d50523c72
commit
d30d418afe
1 changed files with 0 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue