From f98ad33f71daebbab0ffed64c9c9e20d57b979ab Mon Sep 17 00:00:00 2001 From: Alexflu <77942685+Alexflu@users.noreply.github.com> Date: Thu, 18 Mar 2021 01:44:32 -0400 Subject: [PATCH] Added missing reference MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix for [03/18/21 00:53:00] D2BS 1032: [ÿc9Strict Warningÿc0 (162)] File(kolbot\libs\automule.js:207) reference to undefined property muleObj.stopProfileKeyRelease --- d2bs/kolbot/libs/AutoMule.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/d2bs/kolbot/libs/AutoMule.js b/d2bs/kolbot/libs/AutoMule.js index 53976eeb..c994fb04 100644 --- a/d2bs/kolbot/libs/AutoMule.js +++ b/d2bs/kolbot/libs/AutoMule.js @@ -57,7 +57,8 @@ var AutoMule = { enabledProfiles: [""], // Stop a profile prior to muling. Useful when running 8 bots without proxies. - stopProfile: "" + stopProfile: "", + stopProfileKeyRelease: false } //########################################################################################## },