From 51cf464f7450ee31e3a986b521f90cc6195bb2fb Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Thu, 2 Jun 2011 00:01:11 +0300 Subject: Fixed the password crash on Windows --- src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index e582569c5..958f812b3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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 == "") { -- cgit v1.2.3