Mercurial > wow > cyborg-mmo7
changeset 66:06167f9ed2ac
Fixed closing of main page with cyborg head or minimap icon.
author | Jerome Vuarand <jerome.vuarand@gmail.com> |
---|---|
date | Thu, 23 Oct 2014 14:22:48 +0100 |
parents | 8b8b0bade520 |
children | 2d6684c270b9 |
files | CyborgMMO7.lua |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/CyborgMMO7.lua Thu Oct 23 13:44:59 2014 +0100 +++ b/CyborgMMO7.lua Thu Oct 23 14:22:48 2014 +0100 @@ -473,11 +473,7 @@ end function CyborgMMO_IsOpen() - if CyborgMMO_MainPage:IsVisible() == 1 then - return true - else - return false - end + return CyborgMMO_MainPage:IsVisible() end function CyborgMMO_Toggle()