diff options
Diffstat (limited to 'features/hud')
-rw-r--r-- | features/hud/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
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])) |