mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
Update protocol version and make version mismatch error less confusing
This commit is contained in:
parent
9fd5ae981e
commit
0479eb38cc
@ -128,8 +128,7 @@ void Networking::Connect(const std::string &ip, unsigned short port)
|
|||||||
case ID_INVALID_PASSWORD:
|
case ID_INVALID_PASSWORD:
|
||||||
{
|
{
|
||||||
errmsg = "Connection failed.\n"
|
errmsg = "Connection failed.\n"
|
||||||
"The client or server is outdated.\n"
|
"The client or server is outdated.";
|
||||||
"Ask your server administrator to resolve this problem.";
|
|
||||||
queue = false;
|
queue = false;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -6,6 +6,6 @@
|
|||||||
#define OPENMW_VERSION_HPP
|
#define OPENMW_VERSION_HPP
|
||||||
|
|
||||||
#define TES3MP_VERSION "0.0.1c"
|
#define TES3MP_VERSION "0.0.1c"
|
||||||
#define TES3MP_PROTO_VERSION 2
|
#define TES3MP_PROTO_VERSION 3
|
||||||
|
|
||||||
#endif //OPENMW_VERSION_HPP
|
#endif //OPENMW_VERSION_HPP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user