From 73c4500e118dcbbbdd752081dffe40161dfa6d44 Mon Sep 17 00:00:00 2001 From: EmeraldMerchant <96396730+EmeraldMerchant@users.noreply.github.com> Date: Thu, 11 Aug 2022 22:54:31 +0800 Subject: forgot something --- features/globalSettings/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features') 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) { -- cgit