From 7483831198865f501c832f8f1f46c8fa95ccd197 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Tue, 26 Apr 2022 15:58:23 +0800 Subject: + Soulflow counter checks using api so it works even when talisman is in talisman bag + Dojo tenacity lines for fireballs + Dojo mastery line for lines to next wool --- featureClass/featureManager.js | 1 + 1 file changed, 1 insertion(+) (limited to 'featureClass') diff --git a/featureClass/featureManager.js b/featureClass/featureManager.js index cfb7ff1..3c7ff54 100644 --- a/featureClass/featureManager.js +++ b/featureClass/featureManager.js @@ -544,6 +544,7 @@ class FeatureManager { } catch (e) { logger.logMessage("Error loading feature " + feature, 1) console.log(JSON.stringify(e, undefined, 2)) + console.log(e.stack) ChatLib.chat(this.messagePrefix + "Error loading feature " + feature) soopyV2Server.reportError(e, "Error loading feature " + feature) -- cgit