Skip to content

Commit

Permalink
fix remaining conprint
Browse files Browse the repository at this point in the history
  • Loading branch information
Regisle committed Sep 24, 2024
1 parent be79bc2 commit 6ddd395
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Classes/PartyTab.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,6 @@ function PartyTabClass:CombineBuffs(filter)
local count = 0
local enemyModList = { }
self.partyMembers[1].simpleEnemyMods = "^7---------------------------"
ConPrintTable(self.enemyModList)
for _, mod in ipairs(self.enemyModList) do
if not mod.name:match("Condition:Party") then
enemyModList[mod.name] = enemyModList[mod.name] or { }
Expand Down

0 comments on commit 6ddd395

Please sign in to comment.