mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Mtrl editor: Disregard obsolete modded ShPks
This commit is contained in:
parent
1d517103b3
commit
abb47751c8
2 changed files with 8 additions and 3 deletions
|
|
@ -49,7 +49,7 @@ public sealed class ShpkPathPreProcessor(ResourceManagerService resourceManager,
|
|||
return null;
|
||||
}
|
||||
|
||||
private static SanityCheckResult SanityCheck(string path)
|
||||
internal static SanityCheckResult SanityCheck(string path)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
@ -79,7 +79,7 @@ public sealed class ShpkPathPreProcessor(ResourceManagerService resourceManager,
|
|||
_ => string.Empty,
|
||||
};
|
||||
|
||||
private enum SanityCheckResult
|
||||
internal enum SanityCheckResult
|
||||
{
|
||||
Success,
|
||||
IoError,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue