From 139a26fccce1e622d58f1673284e2addfb0d1ed2 Mon Sep 17 00:00:00 2001 From: orwell96 Date: Wed, 25 Apr 2018 16:38:12 +0200 Subject: Bugfixes part 1 There's something wrong with the new paths, next time build a path validity checker to trace the issue --- advtrains/nodedb.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'advtrains/nodedb.lua') diff --git a/advtrains/nodedb.lua b/advtrains/nodedb.lua index 592e730..6695eba 100644 --- a/advtrains/nodedb.lua +++ b/advtrains/nodedb.lua @@ -210,7 +210,7 @@ ndb.run_lbm = function(pos, node) end else --if not in database, take it. - atlog("Node Database:", pos, "was not found in the database, have you used worldedit?") + --atlog("Node Database:", pos, "was not found in the database, have you used worldedit?") ndb.update(pos, node) end return false @@ -256,7 +256,7 @@ ndb.restore_all = function() end end end - local text="Restore node database: Replaced"..cnt.."nodes, removed"..dcnt.."ghost nodes." + local text="Restore node database: Replaced "..cnt.." nodes, removed "..dcnt.." ghost nodes." atlog(text) return text end -- cgit v1.2.3