author | alfadur |
Thu, 16 Aug 2018 19:41:54 +0300 | |
changeset 13667 | bfc2727daead |
parent 13666 | 09f4a30e50cc |
child 13668 | 2b194214732d |
--- a/gameServer2/src/protocol/messages.rs Thu Aug 16 19:33:03 2018 +0300 +++ b/gameServer2/src/protocol/messages.rs Thu Aug 16 19:41:54 2018 +0300 @@ -260,7 +260,7 @@ Pong => msg!["PONG"], Connected(protocol_version) => msg![ "CONNECTED", - "Hedgewars server http://www.hedgewars.org/", + "Hedgewars server https://www.hedgewars.org/", protocol_version], Bye(msg) => msg!["BYE", msg], Nick(nick) => msg!["NICK", nick],