Compare commits

...

3 Commits

1 changed files with 2 additions and 0 deletions

View File

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