mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 20:54:16 +01:00
Fix for reloading penumbra and default IMCs (forgot a clone)
This commit is contained in:
parent
db5ce7a2e4
commit
9daffc9382
3 changed files with 20 additions and 2 deletions
|
|
@ -4,7 +4,6 @@ using System.IO;
|
|||
using System.Linq;
|
||||
using Dalamud.Plugin;
|
||||
using Lumina.Data.Files;
|
||||
using Penumbra.Game;
|
||||
using Penumbra.Hooks;
|
||||
using Penumbra.Util;
|
||||
using Penumbra.MetaData;
|
||||
|
|
@ -77,6 +76,7 @@ namespace Penumbra.Mods
|
|||
_currentManipulations.Clear();
|
||||
_currentFiles.Clear();
|
||||
ClearDirectory();
|
||||
_resourceManagement.ReloadPlayerResources();
|
||||
}
|
||||
|
||||
private void ClearDirectory()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue