Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tdymel committed Mar 16, 2017
1 parent 2dce03d commit f419c4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Start.lua
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ function MPOWA:Init()
MPOWA_SAVE[cat]["timerfont"] = 1
end

self:CreateIcon(cat)
self:ApplyConfig(cat)

if val["flashanim"] then
self:AddAnimFlash(cat)
end
Expand Down Expand Up @@ -216,9 +219,6 @@ function MPOWA:Init()
if not val["cpstacks"] then
MPOWA_SAVE[cat]["cpstacks"] = ">=0"
end

self:CreateIcon(cat)
self:ApplyConfig(cat)

MPOWA_SAVE[cat]["test"] = false
end
Expand Down

0 comments on commit f419c4e

Please sign in to comment.