mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-13 09:51:58 -04:00
add v1 and v2 player db examples and migration test
This commit is contained in:
parent
a5caecf96e
commit
48fa4b04f8
7 changed files with 69 additions and 31 deletions
1
init.lua
1
init.lua
|
@ -58,6 +58,7 @@ mail.migrate()
|
|||
if minetest.get_modpath("mtt") then
|
||||
dofile(MP .. "/mtt.lua")
|
||||
dofile(MP .. "/api.spec.lua")
|
||||
dofile(MP .. "/migrate.spec.lua")
|
||||
dofile(MP .. "/util/uuid.spec.lua")
|
||||
dofile(MP .. "/util/normalize.spec.lua")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue