summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2016-09-09 02:55:21 -0400
committerGitHub <noreply@github.com>2016-09-09 02:55:21 -0400
commit7735a3a382856c1d422d641e86c3d2f32ea8ecb7 (patch)
treecb4e1f1517eb57101b63c478d40ee7d68ba7541f
parent700baef19601a7dd52869ec6356df9aabcd9ce1f (diff)
downloadsigns_lib-7735a3a382856c1d422d641e86c3d2f32ea8ecb7.tar
signs_lib-7735a3a382856c1d422d641e86c3d2f32ea8ecb7.tar.gz
signs_lib-7735a3a382856c1d422d641e86c3d2f32ea8ecb7.tar.bz2
signs_lib-7735a3a382856c1d422d641e86c3d2f32ea8ecb7.tar.xz
signs_lib-7735a3a382856c1d422d641e86c3d2f32ea8ecb7.zip
Clarify comment/reason for LBM
-rw-r--r--init.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index ef2ff17..652fe50 100644
--- a/init.lua
+++ b/init.lua
@@ -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")
--- 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({
nodenames = signs_lib.sign_node_list,