Add loading message to action log

Este commit está contenido en:
Sys Quatre 2020-07-23 17:23:12 +02:00
padre 18858aacdd
commit 04956b97f6
Se han modificado 1 ficheros con 2 adiciones y 0 borrados

Ver fichero

@ -342,3 +342,5 @@ minetest.override_item("cartographer:advanced_table", {
tiles = { "ctg_mtg_advanced_table.png" };
light_source = 5,
});
minetest.log("action", "[cartographer_mtg] loaded.")