mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fixed the password crash on Windows
This commit is contained in:
parent
bbead93c1a
commit
51cf464f74
5 changed files with 18 additions and 8 deletions
|
@ -314,6 +314,7 @@ Fixes to the current release:
|
|||
-----------------------------
|
||||
- Fix client password crash
|
||||
- Remember to release the fixes (some are already done)
|
||||
- A command to set one's password when the server is running
|
||||
|
||||
Stuff to do after release:
|
||||
---------------------------
|
||||
|
@ -1527,6 +1528,8 @@ int main(int argc, char *argv[])
|
|||
g_settings.set("creative_mode", itos(menudata.creative_mode));
|
||||
g_settings.set("enable_damage", itos(menudata.enable_damage));
|
||||
|
||||
// NOTE: These are now checked server side; no need to do it
|
||||
// here, so let's not do it here.
|
||||
/*// Check for valid parameters, restart menu if invalid.
|
||||
if(playername == "")
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue