*actually* disable metrics when the setting is false
This commit is contained in:
parent
ba8c4a9247
commit
5fe751ea81
@ -4,6 +4,7 @@ if not minetest.settings:get_bool("mapgen_helper_record_time", false) then
|
||||
mapgen_helper.record_time = function()
|
||||
return
|
||||
end
|
||||
return
|
||||
end
|
||||
|
||||
local persist = minetest.settings:get_bool("mapgen_helper_persist_recorded_time", false)
|
||||
|
Loading…
x
Reference in New Issue
Block a user