mirror of
https://github.com/minetest-mods/worldedge.git
synced 2024-12-23 00:00:20 +01:00
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
|
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