diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-06-02 07:03:38 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-06-16 12:15:35 -0400 |
commit | 5e0b18ca7746b006f9a4fe64a706959af878a5f6 (patch) | |
tree | 45af02cf0dfb974acfad8c9bd1db0f442a8ddf30 /src/mmo/version.hpp | |
parent | a8c5e27698455abbf24da88d487c9f4c8887ea5c (diff) | |
download | tmwa-5e0b18ca7746b006f9a4fe64a706959af878a5f6.tar.gz tmwa-5e0b18ca7746b006f9a4fe64a706959af878a5f6.tar.bz2 tmwa-5e0b18ca7746b006f9a4fe64a706959af878a5f6.tar.xz tmwa-5e0b18ca7746b006f9a4fe64a706959af878a5f6.zip |
do not send new stuff to old clients
Diffstat (limited to 'src/mmo/version.hpp')
-rw-r--r-- | src/mmo/version.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mmo/version.hpp b/src/mmo/version.hpp index 6de3a9c..20cb1d9 100644 --- a/src/mmo/version.hpp +++ b/src/mmo/version.hpp @@ -36,6 +36,9 @@ namespace tmwa #define TMWA_SERVER_MAP 0x08 // increase the min version when the protocol is incompatible with old m+ versions +// 1 = latest mana, old manaplus, bots +// 2 = manaplus 1.5.5.9 and above +// 3 = manaplus 1.5.5.23 and above #define MIN_CLIENT_VERSION 1 // TODO now that I generate the protocol, split 'flags' out of the struct |