Compare commits

...

1 Commits

Author SHA1 Message Date
sys4-fr e28a2b28e2 Ajoute message de chargement du mod dans le journal action 2019-02-08 18:24:26 +01:00
1 changed files with 3 additions and 1 deletions

View File

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