update to 0.4.16 functions

This commit is contained in:
TenPlus1 2018-07-02 15:12:48 +01:00
parent 811632bb9c
commit 7d30ce94b2

View File

@ -94,7 +94,7 @@ local function place(pos, facedir, length)
end
-- Do we generate PB&J Pup and Nyan Cat's in world?
if minetest.setting_getbool("pbj_pup_generate") ~= false then
if minetest.settings:get_bool("pbj_pup_generate") ~= false then
local function generate(minp, maxp, seed)