mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 20:33:43 +01:00
Temporary fix for broken CS offset.
This commit is contained in:
parent
2a7ccb952d
commit
2f836426d6
3 changed files with 6 additions and 8 deletions
|
|
@ -152,11 +152,7 @@ public class ItemSwapTab : IDisposable, ITab
|
|||
}
|
||||
|
||||
private readonly Dictionary<SwapType, (ItemSelector Source, ItemSelector Target, string TextFrom, string TextTo)> _selectors;
|
||||
|
||||
private ItemSelector? _weaponSource;
|
||||
private ItemSelector? _weaponTarget;
|
||||
private readonly WeaponSelector _slotSelector = new();
|
||||
private readonly ItemSwapContainer _swapData;
|
||||
private readonly ItemSwapContainer _swapData;
|
||||
|
||||
private Mod? _mod;
|
||||
private ModSettings? _modSettings;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue