mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 20:54:16 +01:00
Get rid off EQDP files
This commit is contained in:
parent
9ecc4ab46d
commit
600fd2ecd3
23 changed files with 192 additions and 246 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue