mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-04 21:50:28 -04:00
update testing harness / move contact-list function to util (#73)
* update testing harness / move contact-list function to util * Use 5.x.1 versioning --------- Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com> Co-authored-by: Athozus <athozus@gmail.com>
This commit is contained in:
parent
17d4c2e441
commit
ed3c8b97a1
6 changed files with 77 additions and 78 deletions
1
init.lua
1
init.lua
|
@ -38,6 +38,7 @@ end
|
|||
-- sub files
|
||||
local MP = minetest.get_modpath(minetest.get_current_modname())
|
||||
dofile(MP .. "/util/normalize.lua")
|
||||
dofile(MP .. "/util/contact.lua")
|
||||
dofile(MP .. "/util/uuid.lua")
|
||||
dofile(MP .. "/chatcommands.lua")
|
||||
dofile(MP .. "/migrate.lua")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue