Mercurial > wow > reaction
comparison 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 |
comparison
equal
deleted
inserted
replaced
7:f920db5fc6b1 | 8:c05fd3e18b4f |
---|---|
100 end | 100 end |
101 | 101 |
102 function main:EVENT_REBOUND_KEYBINDING_MODE(enabled) | 102 function main:EVENT_REBOUND_KEYBINDING_MODE(enabled) |
103 for _, bar in pairs(self.bars) do | 103 for _, bar in pairs(self.bars) do |
104 for __, button in pairs(bar.buttons) do | 104 for __, button in pairs(bar.buttons) do |
105 button:TempShow(enabled) | 105 if button and button ~= EMPTY_BAR_SLOT then |
106 button:TempShow(enabled) | |
107 end | |
106 end | 108 end |
107 end | 109 end |
108 end | 110 end |
109 | 111 |
110 | 112 |