Skip to content

Commit

Permalink
Merge pull request #168 from ShadowNinja/fix-commandblock-quit
Browse files Browse the repository at this point in the history
Fix the commandblock's check for quiting the formspec
  • Loading branch information
Uberi committed Jul 12, 2014
2 parents e88e213 + 041429c commit 0c62545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesecons_commandblock/init.lua
Expand Up @@ -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)
Expand Down

0 comments on commit 0c62545

Please sign in to comment.