From 6476b47e9e0871fb8e5798f410c94b9c2873239f Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sun, 15 May 2022 20:59:12 +0800 Subject: + fix soulflow counter for some people + slugfish timer + show number of people using each soopyv2 version in changelog --- features/hud/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/hud') diff --git a/features/hud/index.js b/features/hud/index.js index 9657f06..c6254d4 100644 --- a/features/hud/index.js +++ b/features/hud/index.js @@ -558,7 +558,7 @@ class Hud extends Feature { this.lastStatData._soulflow += parseInt(ChatLib.removeFormatting(line.split(` `)[0]).replace(/[^0-9]/g, "")) isSoulflowCounting = !line.endsWith(`Soulflow"`) } - if (line.startsWith(`display:{Lore:[0:"§7Internalized:`)) { + if (line.startsWith(`display:{Lore:[0:"§7Internalized:`) || line.startsWith(`4:"§7Internalized:`)) { isSoulflowCounting = !line.endsWith(`Soulflow"`) this.lastStatData._soulflow = parseInt(ChatLib.removeFormatting(line.split(`"§7Internalized: `)[1])) -- cgit