Fix warning caused by invalid assignment
This commit is contained in:
@@ -29,7 +29,8 @@ end
|
|||||||
local function hasMetalBoots(player)
|
local function hasMetalBoots(player)
|
||||||
local inv
|
local inv
|
||||||
if industrialtest.mtgAvailable then
|
if industrialtest.mtgAvailable then
|
||||||
_,inv=armor:get_valid_player(player,"")
|
local _unused
|
||||||
|
_unused,inv=armor:get_valid_player(player,"")
|
||||||
elseif industrialtest.mclAvailable then
|
elseif industrialtest.mclAvailable then
|
||||||
inv=player:get_inventory()
|
inv=player:get_inventory()
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user