diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-28 15:04:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-28 15:04:28 +0300 |
commit | 08cae02927765683d748db4f0c8011b136cb02cf (patch) | |
tree | 169d243ce5018a44ea5e7a2932b94b4ee0b3d3f4 /src/net/eathena | |
parent | c5cbb25643bd8abbb8a15087bb0dd98d9be5f66e (diff) | |
download | plus-08cae02927765683d748db4f0c8011b136cb02cf.tar.gz plus-08cae02927765683d748db4f0c8011b136cb02cf.tar.bz2 plus-08cae02927765683d748db4f0c8011b136cb02cf.tar.xz plus-08cae02927765683d748db4f0c8011b136cb02cf.zip |
Improver error message about old client. Now it show also what server type can be wrong.
Diffstat (limited to 'src/net/eathena')
-rw-r--r-- | src/net/eathena/loginrecv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/loginrecv.cpp b/src/net/eathena/loginrecv.cpp index ce696141c..840869703 100644 --- a/src/net/eathena/loginrecv.cpp +++ b/src/net/eathena/loginrecv.cpp @@ -76,7 +76,7 @@ void LoginRecv::processLoginError2(Net::MessageIn &msg) break; case 5: // TRANSLATORS: error message - errorMessage = _("Client too old."); + errorMessage = _("Client too old or wrong server type."); break; case 6: // TRANSLATORS: error message |