mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-12 01:12:19 -04:00
Add settings
This commit is contained in:
parent
a8632255b3
commit
d51b363cbc
16 changed files with 335 additions and 101 deletions
|
@ -249,8 +249,8 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
|
|||
elseif fields.maillists then
|
||||
mail.show_maillists(name)
|
||||
|
||||
elseif fields.about then
|
||||
mail.show_about(name)
|
||||
elseif fields.options then
|
||||
mail.show_options(name)
|
||||
|
||||
elseif fields.selectall then
|
||||
if formname == "mail:inbox" then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue