diff --git a/src/Security/Login.cpp b/src/Security/Login.cpp index 370d25c..7b12f37 100755 --- a/src/Security/Login.cpp +++ b/src/Security/Login.cpp @@ -94,7 +94,8 @@ void CheckLocalKey(){ d.Parse(Buffer.c_str()); if (Buffer == "-1" || Buffer.at(0) != '{' || d.HasParseError()) { error(Buffer); - fatal("Invalid answer from authentication servers, please try again later!"); + info("Invalid answer from authentication servers."); + UpdateKey(nullptr); } if(d["success"].GetBool()){ LoginAuth = true;