1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-11-05 01:50:25 +01:00

Added return statement in bookshelf's callbacks

This commit is contained in:
LeMagnesium 2015-02-08 22:30:54 +01:00
parent eb27b2e77a
commit fffef558bb

View File

@ -590,6 +590,8 @@ minetest.register_node("default:bookshelf", {
else
return 0
end
else
return 0
end
end,