Fix broken set password form

This commit is contained in:
rubenwardy 2020-07-20 19:21:19 +01:00 committed by GitHub
parent e95d1fafde
commit 01e7def9ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,7 @@ function rules.show_pwd(pname, msg)
size[8,3]
no_prepends[]
bgcolor[#600]
pwdfield[0.8,1.5;7,1;pwd;Password;]
pwdfield[0.8,1.5;7,1;pwd;Password]
button[0.5,2;7,2;setpwd;Set]
label[0.2,0.2;]] .. minetest.formspec_escape(msg) .. "]")
end