Skip to content

Commit

Permalink
Remove invalid error message
Browse files Browse the repository at this point in the history
* In this case it is fine for a checkbox to not have any type. This happens for spells that don't have any of down or start enabled and thus the checkbox is irrelevant for said spell
  • Loading branch information
RagedUnicorn committed May 27, 2022
1 parent 14a9231 commit 5c87fe2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gui/PVPW_CategoryMenuSpellsTab.lua
Original file line number Diff line number Diff line change
Expand Up @@ -323,10 +323,6 @@ function me.SpellSoundSpecialCheckBoxOnShow(self)
activeCategoryData.id,
self:GetParent().normalizedSpellName
)
else
mod.logger.LogError(me.tag, "Invalid type on special checkbox")

return
end

if isActive then
Expand Down

0 comments on commit 5c87fe2

Please sign in to comment.