mirror of
https://gitlab.com/luk3yx/minetest-flow.git
synced 2025-06-19 00:28:02 +02:00
Update comment
This commit is contained in:
parent
3cf79396e3
commit
98203e032a
3
init.lua
3
init.lua
@ -824,8 +824,7 @@ local function on_fs_input(player, formname, fields)
|
||||
end
|
||||
end
|
||||
|
||||
-- Some callbacks may be false to indicate that they're valid fields but
|
||||
-- don't need to be called
|
||||
-- Run on_event callbacks
|
||||
for field, value in pairs(fields) do
|
||||
if callbacks[field] and callbacks[field](player, ctx, value) then
|
||||
redraw_fs = true
|
||||
|
Loading…
Reference in New Issue
Block a user