AntumDeluge 2017-05-15 18:25:47 -07:00
parent 90a39257d7
commit 97f5196d13
2 changed files with 2 additions and 2 deletions

View File

@ -499,7 +499,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
[patch.craftguide]: https://github.com/AntumDeluge/mtmod-craftguide/tree/89db504
[patch.creeper]: https://github.com/AntumDeluge/mtmod-creeper/tree/dc9ffbe
[patch.crops]: https://github.com/AntumDeluge/mtmod-crops/tree/f8b33ae
[patch.currency]: https://github.com/AntumDeluge/mtmod-currency/tree/d88f59a
[patch.currency]: https://github.com/AntumDeluge/mtmod-currency/tree/6275e9b
[patch.drawers]: https://github.com/AntumDeluge/mtmod-drawers/tree/3887c5b
[patch.ethereal]: https://github.com/AntumDeluge/mtmod-ethereal/tree/4be06f0
[patch.farming_plus]: https://github.com/AntumDeluge/mtmod-farming_plus/tree/c9c3a3a

View File

@ -12,7 +12,7 @@ minetest.log("info", "[Currency] Safe Loaded!")
dofile(modpath.."/crafting.lua")
minetest.log("info", "[Currency] Crafting Loaded!")
if minetest.settings:get_bool("creative_mode") then
if minetest.setting_getbool("creative_mode") then
minetest.log("info", "[Currency] Creative mode in use, skipping basic income.")
else
dofile(modpath.."/income.lua")