Skip to content

Commit

Permalink
Fix a regression in fd0b27d causing an error, closes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Sep 1, 2017
1 parent be3f766 commit c57e69f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,8 @@ end
----------------------------------
function Capping:UpdateCountText() -- roster counts
----------------------------------
if not AlwaysUpFrame2 then return end

local _, _, _, _, numHorde = GetBattlefieldTeamInfo(0)
local _, _, _, _, numAlliance = GetBattlefieldTeamInfo(1)

Expand Down

0 comments on commit c57e69f

Please sign in to comment.