mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-15 13:14:17 +01:00
Update some obsoletes.
This commit is contained in:
parent
e93c3b7bb8
commit
3dee511b9a
3 changed files with 3 additions and 3 deletions
|
|
@ -23,7 +23,7 @@ public unsafe class InventoryPanel : IGameDataDrawer
|
|||
ImGuiUtil.CopyOnClickSelectable($"0x{(ulong)inventory:X}");
|
||||
|
||||
var equip = inventory->GetInventoryContainer(InventoryType.EquippedItems);
|
||||
if (equip == null || equip->Loaded == 0)
|
||||
if (equip == null || equip->IsLoaded)
|
||||
return;
|
||||
|
||||
ImGuiUtil.CopyOnClickSelectable($"0x{(ulong)equip:X}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue