Merge branch 'master' into nalc-1.2

This commit is contained in:
2019-05-04 22:48:00 +02:00
3 changed files with 122 additions and 575 deletions

View File

@ -1,6 +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/async.lua", modpath))
dofile(string.format("%s/colddb.lua", modpath))
minetest.log("action", "[colddb] loaded.")