Ajoute message de chargement du mod dans le journal action

This commit is contained in:
sys4-fr 2019-02-08 18:24:26 +01:00
vanhempi 33f1f5411b
commit e28a2b28e2
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa

Näytä tiedosto

@ -1,4 +1,6 @@
modpath = minetest.get_modpath("colddb")
dofile(string.format("%s/async.lua",modpath))
dofile(string.format("%s/colddb.lua",modpath))
dofile(string.format("%s/colddb.lua",modpath))
minetest.log("action", "[colddb] loaded.")