changeset 13511 | 36f3f77e9b1b |
parent 13423 | bb24c3414b0d |
child 13662 | 2d38dc2d3414 |
--- a/gameServer/Actions.hs Wed Jul 18 00:27:23 2018 +0200 +++ b/gameServer/Actions.hs Wed Jul 18 01:35:59 2018 +0200 @@ -634,7 +634,7 @@ mapM_ processAction [ CheckBanned True - , AnswerClients [sendChan cl] ["CONNECTED", "Hedgewars server http://www.hedgewars.org/", serverVersion] + , AnswerClients [sendChan cl] ["CONNECTED", "Hedgewars server https://www.hedgewars.org/", serverVersion] ] else processAction $ ByeClient $ loc "Reconnected too fast"