Get rid off EQDP files

This commit is contained in:
Ottermandias 2024-06-16 01:02:42 +02:00
parent 9ecc4ab46d
commit 600fd2ecd3
23 changed files with 192 additions and 246 deletions

View file

@ -144,7 +144,6 @@ public class Penumbra : IDalamudPlugin
{
if (_characterUtility.Ready)
{
_collectionManager.Active.Default.SetFiles(_characterUtility);
_residentResources.Reload();
_redrawService.RedrawAll(RedrawType.Redraw);
}
@ -153,7 +152,6 @@ public class Penumbra : IDalamudPlugin
{
if (_characterUtility.Ready)
{
_characterUtility.ResetAll();
_residentResources.Reload();
_redrawService.RedrawAll(RedrawType.Redraw);
}