forked from mirror/openmw-tes3mp
[Client] Use more descriptive message for version mismatch
This commit is contained in:
parent
14ef2fa791
commit
bce3d0eb4c
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue