mirror of
https://github.com/mt-mods/mail.git
synced 2025-03-15 06:01:25 +00:00
fix rename thing leftover
This commit is contained in:
parent
f5387e2750
commit
f5f21feb49
1 changed files with 1 additions and 1 deletions
2
gui.lua
2
gui.lua
|
@ -111,7 +111,7 @@ function mail.show_compose(name, defaultto, defaultsubj, defaultbody, defaultcc,
|
|||
]] .. theme
|
||||
|
||||
formspec = string.format(formspec,
|
||||
minetest.formspec_escape(defaulttgt),
|
||||
minetest.formspec_escape(defaultto),
|
||||
minetest.formspec_escape(defaultsubj),
|
||||
minetest.formspec_escape(defaultbody),
|
||||
minetest.formspec_escape(defaultcc),
|
||||
|
|
Loading…
Add table
Reference in a new issue