mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-30 08:35:52 -04:00
[Client] Use more descriptive message for version mismatch
This commit is contained in:
parent
14ef2fa791
commit
bce3d0eb4c
@ -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…
x
Reference in New Issue
Block a user