Display 'edge' value in log

This commit is contained in:
AntumDeluge 2017-05-12 14:05:28 -07:00
parent e15fa9971c
commit 5e14f3440f
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ local edge = 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