Skip to content

Commit

Permalink
Remove errant return from WoWPro:OnEnable()
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludovicus-Maior committed May 21, 2024
1 parent 1e24c80 commit 723db61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion WoWPro/WoWPro.lua
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,6 @@ function WoWPro:OnEnable()
seasonID = _G.PlayerGetTimerunningSeasonID()
else
WoWPro:dbp("PlayerGetTimerunningSeasonID function is not available")
return
end

local to_purge = {}
Expand Down

0 comments on commit 723db61

Please sign in to comment.