mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-17 19:56:37 -04:00
Move settings-related to util/settings.lua
This commit is contained in:
parent
77de24e467
commit
720315a22c
3 changed files with 60 additions and 60 deletions
|
@ -3,5 +3,6 @@ local MP = minetest.get_modpath(minetest.get_current_modname())
|
|||
dofile(MP .. "/util/normalize.lua")
|
||||
dofile(MP .. "/util/colors.lua")
|
||||
dofile(MP .. "/util/contact.lua")
|
||||
dofile(MP .. "/util/uuid.lua")
|
||||
dofile(MP .. "/util/settings.lua")
|
||||
dofile(MP .. "/util/time_ago.lua")
|
||||
dofile(MP .. "/util/uuid.lua")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue