replace depricated call

master
Juraj Vajda 2017-12-11 00:12:36 -05:00
parent 6c656516bc
commit ae40f49257
1 changed files with 1 additions and 1 deletions

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 *