diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-14 18:01:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-14 18:01:11 +0300 |
commit | f86221f5fe1bc54b3e643169d510b01f991e5f04 (patch) | |
tree | 9eb9409aa9f5ee99ac3f69cf83caa6177a64845e /src/client.cpp | |
parent | afa7cdd59fe9a80479812eaad73a1eeea58bd5de (diff) | |
download | plus-f86221f5fe1bc54b3e643169d510b01f991e5f04.tar.gz plus-f86221f5fe1bc54b3e643169d510b01f991e5f04.tar.bz2 plus-f86221f5fe1bc54b3e643169d510b01f991e5f04.tar.xz plus-f86221f5fe1bc54b3e643169d510b01f991e5f04.zip |
Remove support for evol1 server version less than actual.
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client.cpp b/src/client.cpp index 14f9a784c..f433746e0 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1078,8 +1078,6 @@ int Client::gameExec() case STATE_PRE_LOGIN: logger->log1("State: PRE_LOGIN"); -// if (serverVersion < 5) -// setState(STATE_LOGIN); break; case STATE_LOGIN: |