Skip to content

Commit

Permalink
Merge pull request #6 from AntumMT/log_edge_size
Browse files Browse the repository at this point in the history
Display 'edge' value in log
  • Loading branch information
DonBatman committed Jul 15, 2017
2 parents 15a7837 + 5e14f34 commit 608462d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions init.lua
Expand Up @@ -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
Expand Down

0 comments on commit 608462d

Please sign in to comment.