replace depricated call

This commit is contained in:
Juraj Vajda 2017-12-11 00:12:36 -05:00
parent 6c656516bc
commit ae40f49257

View File

@ -1,4 +1,4 @@
local max_obj_per_mapblock = tonumber(minetest.setting_get("max_objects_per_block"))
local max_obj_per_mapblock = tonumber(minetest.settings:get("max_objects_per_block"))
--
-- * CREATE ALL SPAWNERS NODES *