Remove accidental inventory_plus dep. in 3d_armor

This commit is contained in:
Wuzzy 2017-03-09 18:42:18 +01:00
parent 1a427824a9
commit e011b9024d
1 changed files with 0 additions and 2 deletions

View File

@ -288,8 +288,6 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
return
end
if fields.armor then
local formspec = armor:get_armor_formspec(name)
inventory_plus.set_inventory_formspec(player, formspec)
return
end
for field, _ in pairs(fields) do