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 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) { |