Fixed server incorrectly closing connection on hash error

This commit is contained in:
loonycyborg 2017-06-17 22:53:38 +03:00
parent 1e907ffeec
commit 48ed6e0c05

View file

@ -784,6 +784,7 @@ void server::send_password_request(socket_ptr socket, const std::string& msg,
"cannot log in due to an error in the hashing algorithm. "
"Logging into your forum account on http://forum.wesnoth.org "
"may fix this problem.");
login(socket);
return;
}