Skip to content

Commit

Permalink
Fix login error when coordinates are disabled, closes #177
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Nov 23, 2020
1 parent 754b371 commit 02e90a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Coordinates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,9 @@ function mod:OnEnable()
end

function mod:OnLoadingScreenOver()
self:Update()
if mod.db.enabled then
self:Update()
end
end

function mod:CreateFrame()
Expand Down

0 comments on commit 02e90a6

Please sign in to comment.