diff options
Diffstat (limited to 'features/globalSettings/index.js')
-rw-r--r-- | features/globalSettings/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/globalSettings/index.js b/features/globalSettings/index.js index defc04e..f6f8539 100644 --- a/features/globalSettings/index.js +++ b/features/globalSettings/index.js @@ -452,7 +452,7 @@ class GlobalSettings extends Feature { updateItemLores() { if (!this.itemWorth.getValue() && !this.showChampion.getValue() && !this.showHecatomb.getValue()) return; - if (Client.isInGui()) return + if (!Client.isInGui()) return let items = [...Player.getInventory().getItems(), ...Player.getContainer().getItems()] |