# HG changeset patch # User alfadur # Date 1534437714 -10800 # Node ID bfc2727daead84a49540a31e044cbf11a55f8c56 # Parent 09f4a30e50cc62ac3e4fcfa295cfaa097237a77c Return https diff -r 09f4a30e50cc -r bfc2727daead gameServer2/src/protocol/messages.rs --- 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],