mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-21 23:37:47 +01:00
Remove static Dalamud Services.
This commit is contained in:
parent
c49454fc25
commit
826777b7ee
16 changed files with 111 additions and 114 deletions
|
|
@ -141,7 +141,7 @@ public sealed class FileSwap : Swap
|
|||
|
||||
swap.SwapToModded = redirections(swap.SwapToRequestPath);
|
||||
swap.SwapToModdedExistsInGame =
|
||||
!swap.SwapToModded.IsRooted && DalamudServices.SGameData.FileExists(swap.SwapToModded.InternalName.ToString());
|
||||
!swap.SwapToModded.IsRooted && manager.GameData.FileExists(swap.SwapToModded.InternalName.ToString());
|
||||
swap.SwapToModdedEqualsOriginal = !swap.SwapToModded.IsRooted && swap.SwapToModded.InternalName.Equals(swap.SwapFromRequestPath.Path);
|
||||
|
||||
swap.FileData = type switch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue