forked from mtcontrib/awards
Fix deprecated setting call
This commit is contained in:
parent
3854565fa2
commit
81590b5773
2
init.lua
2
init.lua
|
@ -95,7 +95,7 @@ if minetest.get_modpath("fire") then
|
|||
target = 8
|
||||
}
|
||||
})
|
||||
if minetest.setting_getbool("disable_fire") ~= true then
|
||||
if minetest.settings:get_bool("disable_fire") ~= true then
|
||||
awards.register_achievement("awards_firefighter", {
|
||||
title = S("Firefighter"),
|
||||
description = S("Put out 1000 fires."),
|
||||
|
|
Loading…
Reference in New Issue
Block a user