mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-31 21:03:48 +01:00
Add toggle for the Changed Item category filter.
This commit is contained in:
parent
0521cf0d18
commit
2bc7eb165e
4 changed files with 18 additions and 7 deletions
|
|
@ -183,7 +183,7 @@ public class ModDataEditor
|
|||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Penumbra.Log.Error($"Could not load mod meta:\n{e}");
|
||||
Penumbra.Log.Error($"Could not load mod meta for {metaFile}:\n{e}");
|
||||
return ModDataChangeType.Deletion;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue