From 7735a3a382856c1d422d641e86c3d2f32ea8ecb7 Mon Sep 17 00:00:00 2001
From: Vanessa Ezekowitz <vanessaezekowitz@gmail.com>
Date: Fri, 9 Sep 2016 02:55:21 -0400
Subject: Clarify comment/reason for LBM

---
 init.lua | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'init.lua')

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,
-- 
cgit v1.2.3