mirror of
https://github.com/mt-mods/mail.git
synced 2025-03-15 06:01:25 +00:00
don't forget which message was selected (#25)
This commit is contained in:
parent
8062173a5a
commit
43bf5b9a6f
1 changed files with 0 additions and 1 deletions
1
gui.lua
1
gui.lua
|
@ -76,7 +76,6 @@ function mail.show_about(name)
|
|||
end
|
||||
|
||||
function mail.show_inbox(name)
|
||||
selected_idxs.messages[name] = nil
|
||||
local formspec = { mail.inbox_formspec }
|
||||
local messages = mail.getMessages(name)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue