rust/hedgewars-server/src/handlers.rs
changeset 15810 ee84e417d8d0
parent 15804 747278149393
child 15831 7d0f747afcb8
--- a/rust/hedgewars-server/src/handlers.rs	Sat Jun 26 00:13:28 2021 +0200
+++ b/rust/hedgewars-server/src/handlers.rs	Wed Jun 30 00:18:53 2021 +0200
@@ -401,7 +401,7 @@
             .anteroom
             .add_client(client_id, encode(&salt), is_local);
 
-        response.add(HwServerMessage::Connected(utils::SERVER_VERSION).send_self());
+        response.add(HwServerMessage::Connected(utils::SERVER_MESSAGE.to_owned(), utils::SERVER_VERSION).send_self());
     }
 }