Compare commits

2 Commits

Author SHA1 Message Date
fc516d8612 Merge branch 'master' into nalc-1.2 2019-05-04 22:48:00 +02:00
e28a2b28e2 Ajoute message de chargement du mod dans le journal action 2019-02-08 18:24:26 +01:00

View File

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