forked from minetest-mods/worldedge
Display 'edge' value in log
This commit is contained in:
parent
e15fa9971c
commit
5e14f3440f
4
init.lua
4
init.lua
@ -7,6 +7,10 @@ local edge = 30000
|
|||||||
local radius = 2
|
local radius = 2
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
if minetest.settings:get_bool("log_mods") then
|
||||||
|
minetest.log("action", "World edge: " .. edge)
|
||||||
|
end
|
||||||
|
|
||||||
local count = 0
|
local count = 0
|
||||||
local waiting_list = {}
|
local waiting_list = {}
|
||||||
--[[ Explanation of waiting_list table
|
--[[ Explanation of waiting_list table
|
||||||
|
Loading…
Reference in New Issue
Block a user