[currency] Update to Git patch 29f4eda:

https://github.com/AntumDeluge/mtmod-currency/tree/29f4eda
This commit is contained in:
AntumDeluge 2017-05-13 11:37:03 -07:00
parent a88b5f4025
commit e1fa4a31da
2 changed files with 2 additions and 2 deletions

View File

@ -488,7 +488,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
[patch.craftguide]: https://github.com/AntumDeluge/mtmod-craftguide/tree/44c2e03
[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/7b0e29f
[patch.currency]: https://github.com/AntumDeluge/mtmod-currency/tree/29f4eda
[patch.ethereal]: https://github.com/AntumDeluge/mtmod-ethereal/tree/4be06f0
[patch.fort_spikes]: https://github.com/AntumDeluge/mtmod-fort_spikes/tree/74dca42
[patch.helicopter]: https://github.com/AntumDeluge/mtmod-helicopter/tree/66a6523

View File

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