mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Fixed Bookshelf close gui issue
This commit is contained in:
parent
7c686c8b79
commit
3aae2b6d96
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue