rust/hedgewars-server/src/handlers/inanteroom.rs
changeset 15540 479911540e17
parent 15536 a798e6441a36
child 15804 747278149393
--- a/rust/hedgewars-server/src/handlers/inanteroom.rs	Tue Jan 07 15:17:22 2020 +0100
+++ b/rust/hedgewars-server/src/handlers/inanteroom.rs	Sat Jan 11 00:44:25 2020 +0300
@@ -92,7 +92,7 @@
             if client.protocol_number.is_some() {
                 response.error(PROTOCOL_PROVIDED);
                 LoginResult::Unchanged
-            } else if proto < 51 {
+            } else if proto < 48 {
                 response.add(Bye(PROTOCOL_TOO_OLD.to_string()).send_self());
                 LoginResult::Exit
             } else {