diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c94859..154f885 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Added + +- Polish translation. + ## [1.3.0] - 2019-03-23 ### Changed diff --git a/init.lua b/init.lua index 7627f7d..2416a03 100644 --- a/init.lua +++ b/init.lua @@ -23,7 +23,3 @@ dofile(modpath .. "/nodes.lua") dofile(modpath .. "/redefinitions.lua") dofile(modpath .. "/crafting.lua") dofile(modpath .. "/aliases.lua") - -if minetest.settings:get_bool("log_mods") then - minetest.log("action", S("[moreblocks] loaded.")) -end