diff options
author | EmeraldMerchant <96396730+EmeraldMerchant@users.noreply.github.com> | 2022-08-11 22:54:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-11 22:54:31 +0800 |
commit | 73c4500e118dcbbbdd752081dffe40161dfa6d44 (patch) | |
tree | 2c2a4a895507ac6dcfb539c75dbb7f8d7a348169 /features/globalSettings/index.js | |
parent | 4089a5d2b0fe6f459de09d5d509fd4506741b5e8 (diff) | |
download | SoopyV2-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.js | 2 |
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) { |