1
0
mirror of https://github.com/minetest-mods/worldedge.git synced 2025-01-10 08:20:19 +01:00

Display 'edge' value in log

This commit is contained in:
AntumDeluge 2017-05-12 14:05:28 -07:00
parent e15fa9971c
commit 5e14f3440f

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