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
förälder 33f1f5411b
incheckning e28a2b28e2
1 ändrade filer med 3 tillägg och 1 borttagningar

Visa fil

@ -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.")