Add load message into the "action" log

Este commit está contenido en:
sys4-fr 2018-12-31 16:57:30 +01:00
padre 489edaf43a
commit 864f0bcf28
Se han modificado 1 ficheros con 2 adiciones y 0 borrados

Ver fichero

@ -419,3 +419,5 @@ if minetest.get_modpath("bonemeal") and bonemeal then
bonemeal:add_crop({{"farming:tomato_", 8, "farming:tomato"}})
end
end
minetest.log("action", "[morefarming] loaded.")