-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix a pwdfield bug. #17
Conversation
this bit of advice isn't the cause of the bug (it looks like you're on the right page for fixing it, in fact) but I should point out that |
Thanks for the info. They are like that because I didn't know what was wrong, so that is just from troubleshooting. |
The fix seems reasonable, though sadly MT has no "default" value for Something unrelated I've been meaning to bring up: Are you and @Lazerbeak12345 okay with me potentially relicensing flow (and your respective contributions) under LGPL v2.1+ at some point? Flow is currently LGPL v3+, but grorp has asked about using it in the main menu, so I'd like to be able to relicense it if anything more happens there. I probably don't need permission to relicense small changes like this PR, but asking anyway seems like a good idea. |
And thanks for your PR! |
|
A move to bring the licence to match Minetest seems fine to me. I'm alright if my contributions to flow are retroactively changed from LGPLv3_or_higher to LGPLv2.1_or__higher |
I think it's unlikely that flow will be used in the main menu, but now licensing (hopefully) won't be an issue
CODE:
The formspec loads up correctly, but when I try to submit the form, the game crashes and says that there is no
jbanking:password
. When I change the type fromgui.Pwdfield
togui.Field
, the formspec runs as normal.The PR should fix this.