[Client] Use more descriptive message for version mismatch

This commit is contained in:
David Cernat 2018-01-15 05:55:12 +02:00
parent 14ef2fa791
commit bce3d0eb4c

View file

@ -300,8 +300,8 @@ void Networking::connect(const std::string &ip, unsigned short port, std::vector
}
case ID_INVALID_PASSWORD:
{
errmsg = "Connection failed.\n"
"The client or server is outdated.";
errmsg = "Version mismatch!\nYour client is on version " TES3MP_VERSION "\n"
"Please make sure the server is on the same version.";
queue = false;
break;
}