Skip to content

Commit

Permalink
Comment out Spectre skill printing to console
Browse files Browse the repository at this point in the history
  • Loading branch information
LocalIdentity committed Apr 10, 2024
1 parent ed5e2e4 commit 15d0531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modules/Data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ data.printMissingMinionSkills = function()
for _, minion in pairs(data.minions) do
for _, skillId in ipairs(minion.skillList) do
if not data.skills[skillId] and not missing[skillId] then
ConPrintf("'%s' missing skill '%s'", minion.name, skillId)
--ConPrintf("'%s' missing skill '%s'", minion.name, skillId)
missing[skillId] = true
end
end
Expand Down

0 comments on commit 15d0531

Please sign in to comment.