forked from minetest-mods/mesecons
Merge pull request #168 from ShadowNinja/fix-commandblock-quit
Fix the commandblock's check for quiting the formspec
This commit is contained in:
commit
0c62545a3a
|
@ -79,7 +79,7 @@ local function after_place(pos, placer)
|
|||
end
|
||||
|
||||
local function receive_fields(pos, formname, fields, sender)
|
||||
if fields.quit then
|
||||
if not fields.submit then
|
||||
return
|
||||
end
|
||||
local meta = minetest.get_meta(pos)
|
||||
|
|
Loading…
Reference in New Issue
Block a user