beter smart_inventory integration

This commit is contained in:
Alexander Weber 2017-02-20 17:05:27 +01:00 committed by stujones11
parent 26212fb3e4
commit a5b650285b
1 changed files with 2 additions and 5 deletions

View File

@ -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