aboutsummaryrefslogtreecommitdiff
path: root/features/globalSettings/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'features/globalSettings/index.js')
-rw-r--r--features/globalSettings/index.js2
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()]