1
0
mirror of https://github.com/minetest-mods/worldedge.git synced 2025-01-07 07:00:17 +01:00

Merge pull request 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

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