aboutsummaryrefslogtreecommitdiff
path: root/features/globalSettings/index.js
diff options
context:
space:
mode:
authorEmeraldMerchant <96396730+EmeraldMerchant@users.noreply.github.com>2022-08-11 22:54:31 +0800
committerGitHub <noreply@github.com>2022-08-11 22:54:31 +0800
commit73c4500e118dcbbbdd752081dffe40161dfa6d44 (patch)
tree2c2a4a895507ac6dcfb539c75dbb7f8d7a348169 /features/globalSettings/index.js
parent4089a5d2b0fe6f459de09d5d509fd4506741b5e8 (diff)
downloadSoopyV2-73c4500e118dcbbbdd752081dffe40161dfa6d44.tar.gz
SoopyV2-73c4500e118dcbbbdd752081dffe40161dfa6d44.tar.bz2
SoopyV2-73c4500e118dcbbbdd752081dffe40161dfa6d44.zip
forgot something
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 9f6e657..5429401 100644
--- a/features/globalSettings/index.js
+++ b/features/globalSettings/index.js
@@ -201,7 +201,7 @@ class GlobalSettings extends Feature {
})
let todoText = [];
let inGui = Client.isInGui();
- if (inGui) {
+ if (inGui || this.warpedAgain) {
this.todoPickUpLog = {};
}
if (pick) {