# HG changeset patch
# User Wuzzy <Wuzzy2@mail.ru>
# Date 1557521663 -7200
# Node ID 6b69e97dce439ea3765ee0dbf7ed03658296c8f6
# Parent  5119203470f33caf36370a70ae3ae54e7d590d54
Remove REPLAY_END server message

diff -r 5119203470f3 -r 6b69e97dce43 gameServer/Actions.hs
--- a/gameServer/Actions.hs	Fri May 10 22:51:43 2019 +0200
+++ b/gameServer/Actions.hs	Fri May 10 22:54:23 2019 +0200
@@ -840,7 +840,6 @@
             , answerAllTeams cl teams'
             , [AnswerClients [c]  ["RUN_GAME"]]
             , [AnswerClients [c] $ "EM" : roundMsgs']
-            , [AnswerClients [c] [if clientProto cl < 58 then "KICKED" else "REPLAY_END"]]
             ]
 
 processAction (SaveRoom rname) = do