nil error E:ResetUI

This commit is contained in:
Crum
2018-01-03 14:54:55 -06:00
parent efb7ba3702
commit ac2f9135b0
-2
View File
@@ -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