Ajoute message de chargement du mod dans le journal action
This commit is contained in:
parent
33f1f5411b
commit
e28a2b28e2
4
init.lua
4
init.lua
@ -1,4 +1,6 @@
|
|||||||
modpath = minetest.get_modpath("colddb")
|
modpath = minetest.get_modpath("colddb")
|
||||||
|
|
||||||
dofile(string.format("%s/async.lua",modpath))
|
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.")
|
||||||
|
Loading…
Reference in New Issue
Block a user