forked from minetest-mods/worldedge
Merge pull request #6 from AntumMT/log_edge_size
Display 'edge' value in log
This commit is contained in:
commit
608462d1fa
4
init.lua
4
init.lua
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user