mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 21:24:18 +01:00
Cont.
This commit is contained in:
parent
50c4207844
commit
60b9facea3
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
using System.Linq;
|
|
||||||
using FFXIVClientStructs.FFXIV.Client.System.Resource;
|
using FFXIVClientStructs.FFXIV.Client.System.Resource;
|
||||||
using OtterGui.Services;
|
using OtterGui.Services;
|
||||||
using Penumbra.Api.Enums;
|
using Penumbra.Api.Enums;
|
||||||
|
|
@ -55,6 +54,8 @@ public class PathResolver : IDisposable, IService
|
||||||
ResourceType.Lvb or ResourceType.Lgb or ResourceType.Sgb => (null, ResolveData.Invalid),
|
ResourceType.Lvb or ResourceType.Lgb or ResourceType.Sgb => (null, ResolveData.Invalid),
|
||||||
// Prevent .atch loading to prevent crashes on outdated .atch files.
|
// Prevent .atch loading to prevent crashes on outdated .atch files.
|
||||||
ResourceType.Atch => ResolveAtch(path),
|
ResourceType.Atch => ResolveAtch(path),
|
||||||
|
// These are manipulated through Meta Edits instead.
|
||||||
|
ResourceType.Eqp or ResourceType.Eqdp or ResourceType.Est or ResourceType.Gmp or ResourceType.Cmp => (null, ResolveData.Invalid),
|
||||||
|
|
||||||
_ => category switch
|
_ => category switch
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue