Merge pull request #6 from AntumMT/log_edge_size

Display 'edge' value in log
This commit is contained in:
Don 2017-07-14 20:43:34 -07:00 committed by GitHub
commit 608462d1fa
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ local edge = tonumber(minetest.settings:get("world_edge")) or 30000
local radius = 2
--------------
if minetest.settings:get_bool("log_mods") then
minetest.log("action", "World edge: " .. edge)
end
local count = 0
local waiting_list = {}
--[[ Explanation of waiting_list table