Skip to content

Commit

Permalink
Update sfinv support to match stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Dec 27, 2016
1 parent 38c504e commit c994978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sfinv.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if minetest.get_modpath("sfinv") then
local event = minetest.explode_textlist_event(fields.awards)
if event.type == "CHG" then
context.awards_idx = event.index
sfinv.set(player, context)
sfinv.set_player_inventory_formspec(player, context)
end
end
end
Expand Down

0 comments on commit c994978

Please sign in to comment.