mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-17 11:46:45 -04:00
Implement non-player recipients
This commit is contained in:
parent
721d882c26
commit
3046f46414
6 changed files with 118 additions and 57 deletions
1
init.lua
1
init.lua
|
@ -49,6 +49,7 @@ dofile(MP .. "/storage.lua")
|
|||
dofile(MP .. "/api.lua")
|
||||
dofile(MP .. "/gui.lua")
|
||||
dofile(MP .. "/onjoin.lua")
|
||||
dofile(MP .. "/player_recipients.lua")
|
||||
-- sub directories
|
||||
dofile(MP .. "/ui/init.lua")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue