1
0
mirror of https://github.com/mt-mods/signs_lib.git synced 2024-09-27 14:30:20 +02:00

Clarify comment/reason for LBM

This commit is contained in:
Vanessa Ezekowitz 2016-09-09 02:55:21 -04:00 committed by GitHub
parent 700baef196
commit 7735a3a382

View File

@ -934,7 +934,8 @@ minetest.register_alias("sign_wall_locked", "locked_sign:sign_wall_locked")
signs_lib.register_fence_with_sign("default:fence_wood", "signs:sign_post") signs_lib.register_fence_with_sign("default:fence_wood", "signs:sign_post")
-- restore signs' text after /clearobjects and the like -- restore signs' text after /clearobjects and the like, the next time
-- a block is reloaded by the server.
minetest.register_lbm({ minetest.register_lbm({
nodenames = signs_lib.sign_node_list, nodenames = signs_lib.sign_node_list,