[moreores] Update to Git patch 8b874f6:

https://github.com/AntumDeluge/mtmod-moreores/tree/8b874f6
This commit is contained in:
AntumDeluge 2017-05-13 11:44:56 -07:00
parent ed1fb07835
commit f98fd6474f
2 changed files with 2 additions and 2 deletions

View File

@ -506,7 +506,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
[patch.mobs_redo]: https://github.com/AntumDeluge/mtmod-mobs_redo/tree/58e123a
[patch.moreblocks]: https://github.com/AntumDeluge/mtmod-moreblocks/tree/786f9e4
[patch.moremesecons]: https://github.com/AntumDeluge/mtmp-moremesecons/tree/caa71bc
[patch.moreores]: https://github.com/AntumDeluge/mtmod-moreores/tree/2172c49
[patch.moreores]: https://github.com/AntumDeluge/mtmod-moreores/tree/8b874f6
[patch.mydoors]: https://github.com/AntumDeluge/mtmp-mydoors/tree/e36c9d1
[patch.nether]: https://github.com/AntumDeluge/mtmod-nether/tree/f634851
[patch.pipeworks]: https://github.com/AntumDeluge/mtmod-pipeworks/tree/32b6613

View File

@ -366,6 +366,6 @@ minetest.register_node("moreores:copper_rail", {
})
if minetest.setting_getbool("log_mods") then
if minetest.settings:get_bool("log_mods") then
minetest.log("action", S("[moreores] loaded."))
end