diff options
author | acmgit <undertakers_help@yahoo.com> | 2016-08-11 00:20:41 +0200 |
---|---|---|
committer | acmgit <undertakers_help@yahoo.com> | 2016-08-11 00:20:41 +0200 |
commit | 211102ac814dd35333a47f6619be1c1329aff62e (patch) | |
tree | 720c99677ace2bdd5451bf459cd3ad9d9bd051e7 /init.lua | |
parent | da5f1218861a1495cfce6710689045886b21a976 (diff) |
Little changes.
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ dofile(minetest.get_modpath("billboard") .. "/nodes.lua") -for i,n in ipairs(bb_boardlist) do +for i,n in ipairs(boardlist) do -- No Title there? if n.title == nil then |