mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2024-11-22 20:43:43 +01:00
beter smart_inventory integration
This commit is contained in:
parent
26212fb3e4
commit
a5b650285b
@ -286,12 +286,9 @@ armor.update_inventory = function(self, player)
|
||||
return
|
||||
end
|
||||
if inv_mod == "smart_inventory" then
|
||||
local state = smart_inventory.smartfs.inv[name]
|
||||
local state = smart_inventory.get_page_state("player", name)
|
||||
if state then
|
||||
local button = state:get("player_button")
|
||||
if button then
|
||||
button:submit()
|
||||
end
|
||||
state:get("update_hook"):submit()
|
||||
end
|
||||
return
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user