]> git.lizzy.rs Git - signs_lib.git/commitdiff
Clarify comment/reason for LBM
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>
Fri, 9 Sep 2016 06:55:21 +0000 (02:55 -0400)
committerGitHub <noreply@github.com>
Fri, 9 Sep 2016 06:55:21 +0000 (02:55 -0400)
init.lua

index ef2ff17ad3e564560a8dfc94353976b14ec32009..652fe5010036d1c37e8986e16cdb5f64a362a4e5 100644 (file)
--- 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,