Skip to content

Commit

Permalink
fix print
Browse files Browse the repository at this point in the history
  • Loading branch information
eltreum0 committed Sep 28, 2024
1 parent 00897da commit 346b1d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ElvUI_EltreumUI/Core/Commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ function ElvUI_EltreumUI:RunCommands(message)
E:StaticPopup_Show('ELTRUISMPERFORMANCE')
elseif message == "encountercheck" then
if E.db.ElvUI_EltreumUI.encountercheck then
ElvUI_EltreumUI:Print("Enabled Encounter Check to disable some functions that can improve performance if disabled during boss fights")
ElvUI_EltreumUI:Print("Disabled Encounter Check to disable some functions that can improve performance if disabled during boss fights")
E.db.ElvUI_EltreumUI.encountercheck = false
else
ElvUI_EltreumUI:Print("Disabled Encounter Check to disable some functions that could improve performance if disabled during boss fights")
ElvUI_EltreumUI:Print("Enabled Encounter Check to disable some functions that could improve performance if disabled during boss fights")
E.db.ElvUI_EltreumUI.encountercheck = true
end
elseif message == 'cursedborders' then
Expand Down

0 comments on commit 346b1d4

Please sign in to comment.