From ac2f9135b086f6ede62fc8ca1780e4929a0af9df Mon Sep 17 00:00:00 2001 From: Crum Date: Wed, 3 Jan 2018 14:54:55 -0600 Subject: [PATCH] nil error E:ResetUI --- 2/3/4/5/6/7/ElvUI/Core/core.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/2/3/4/5/6/7/ElvUI/Core/core.lua b/2/3/4/5/6/7/ElvUI/Core/core.lua index 8453e91..0a09d90 100644 --- a/2/3/4/5/6/7/ElvUI/Core/core.lua +++ b/2/3/4/5/6/7/ElvUI/Core/core.lua @@ -899,8 +899,6 @@ function E:ResetAllUI() end function E:ResetUI(name) - if(InCombatLockdown()) then E:Print(ERR_NOT_IN_COMBAT) return end - if(name == "" or name == " " or name == nil) then E:StaticPopup_Show("RESETUI_CHECK") return