summaryrefslogtreecommitdiff
path: root/sfinv.lua
diff options
context:
space:
mode:
Diffstat (limited to 'sfinv.lua')
-rw-r--r--sfinv.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfinv.lua b/sfinv.lua
index 7febe26..de85998 100644
--- a/sfinv.lua
+++ b/sfinv.lua
@@ -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