Skip to content

Commit

Permalink
Update MaxLines.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunny67 authored Oct 11, 2016
1 parent 1ed7c65 commit d531678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElvUI_CustomTweaks/Categories/chat/MaxLines.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ end
CT.Configs["ChatMaxLines"] = ConfigTable
if not isEnabled then return; end

function UpdateMaxLines()
function UpdateMaxLines(self)
for _, frameName in pairs(CHAT_FRAMES) do
local frame = _G[frameName]
frame:SetMaxLines(E.db.CustomTweaks.ChatMaxLines.MaxLines)
Expand Down

0 comments on commit d531678

Please sign in to comment.