Mercurial > wow > reaction
diff main.lua @ 8:c05fd3e18b4f
Version 0.31
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Tue, 20 Mar 2007 21:33:59 +0000 |
parents | f920db5fc6b1 |
children | f3a7bfebc283 |
line wrap: on
line diff
--- a/main.lua Tue Mar 20 21:25:29 2007 +0000 +++ b/main.lua Tue Mar 20 21:33:59 2007 +0000 @@ -102,7 +102,9 @@ function main:EVENT_REBOUND_KEYBINDING_MODE(enabled) for _, bar in pairs(self.bars) do for __, button in pairs(bar.buttons) do - button:TempShow(enabled) + if button and button ~= EMPTY_BAR_SLOT then + button:TempShow(enabled) + end end end end