Skip to content

Commit

Permalink
fix: logs from double adding of perk group icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Darxo committed Oct 1, 2024
1 parent c2b2ce9 commit 1746204
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mod_hardened/hooks_afterhooks/perk_groups.nut
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,5 @@ foreach (perkGroup in ::DynamicPerks.PerkGroups.getAll())
::Const.Perks.findById(perkID).PerkGroupIDs.push(perkGroup.getID());
}
}
if (perkGroup.getIcon() != "")
{
tooltipImageKeywords[perkGroup.getIcon()] <- "PerkGroup+" + perkGroup.getID();
}
}
::DynamicPerks.Mod.Tooltips.setTooltipImageKeywords(tooltipImageKeywords);

0 comments on commit 1746204

Please sign in to comment.