mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 07:13:45 +01:00
Fix modlib.minetest.register_form_listener
This commit is contained in:
parent
93096f385f
commit
c0ec9a2925
@ -70,7 +70,7 @@ end
|
||||
|
||||
local icall = modlib.table.icall
|
||||
minetest.register_on_player_receive_fields(function(player, formname, fields)
|
||||
icall(form_listeners[formname] or {})
|
||||
icall(form_listeners[formname] or {}, player, fields)
|
||||
end)
|
||||
|
||||
function texture_modifier_inventorycube(face_1, face_2, face_3)
|
||||
|
Loading…
Reference in New Issue
Block a user