Don't close formspec if clicking empty box list
This commit is contained in:
parent
3dac1db5e0
commit
7347328e4b
@ -821,7 +821,7 @@ function callback.boxes_create(player, fields, context)
|
||||
do_creator_if(player, context, n)
|
||||
return
|
||||
else
|
||||
return true
|
||||
return
|
||||
end
|
||||
elseif fields.play and context.box then
|
||||
local id = context.box.id
|
||||
|
Loading…
x
Reference in New Issue
Block a user