We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e88e213 + 041429c commit 0c62545Copy full SHA for 0c62545
mesecons_commandblock/init.lua
@@ -79,7 +79,7 @@ local function after_place(pos, placer)
79
end
80
81
local function receive_fields(pos, formname, fields, sender)
82
- if fields.quit then
+ if not fields.submit then
83
return
84
85
local meta = minetest.get_meta(pos)
0 commit comments