- Fixed a few more instances of using non-local vars named _

This commit is contained in:
Parnic
2012-08-30 04:23:24 +00:00
parent 771a2e88a0
commit 532f374d05
3 changed files with 5 additions and 6 deletions

View File

@ -625,6 +625,7 @@ local function munge_unit_menu(menu)
end
local found = false
local _, v
for _, v in ipairs(data) do
if BLACKLISTED_UNIT_MENU_OPTIONS[v] then
found = true