mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-24 15:55:13 +00:00
Remove accidental inventory_plus dep. in 3d_armor
This commit is contained in:
parent
1a427824a9
commit
e011b9024d
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue