forked from VoxeLibre/VoxeLibre
Fixed Bookshelf close gui issue
This commit is contained in:
parent
7c686c8b79
commit
3aae2b6d96
|
@ -444,7 +444,7 @@ minetest.register_node("mcl_books:bookshelf", {
|
|||
after_dig_node = drop_content,
|
||||
on_blast = on_blast,
|
||||
on_rightclick = bookshelf_gui,
|
||||
on_destruct = close_gui,
|
||||
on_destruct = close_forms,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
|
|
Loading…
Reference in New Issue