Fix crash
This commit is contained in:
parent
ab4e94cfba
commit
f4eef4af6a
4
init.lua
4
init.lua
@ -27,8 +27,8 @@ minetest.register_privilege("fp_create","Is able to create FailPoints and give t
|
||||
|
||||
-- Check configuration fields
|
||||
|
||||
data.PUB_MSG = minetest.settings.get_bool("fp_pubmsg", false)
|
||||
data.STRICT_PLAYER_CHECK = minetest.settings.get_bool("fp_strict_checking", true)
|
||||
data.PUB_MSG = minetest.settings:get_bool("fp_pubmsg", false)
|
||||
data.STRICT_PLAYER_CHECK = minetest.settings:get_bool("fp_strict_checking", true)
|
||||
|
||||
-- Configuration application
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user