Moved some code that tied IceStackCounter more tightly to CustomCount than I had wanted into CustomCount itself.

This commit is contained in:
Parnic
2015-08-22 16:53:58 -05:00
parent 8e13a8075d
commit 7249f4ebcd
2 changed files with 1 additions and 2 deletions

View File

@ -99,7 +99,6 @@ function IceStackCounter_GetOptions(frame)
v = 5
end
frame.moduleSettings.maxCount = tonumber(v)
frame:CreateCustomFrame(true)
frame:Redraw()
end,
disabled = function()