diff -r 3370b7ffeb5c -r 71e1f67dcfe7 netserver/HWProto.hs --- a/netserver/HWProto.hs Fri Jan 02 13:00:46 2009 +0000 +++ b/netserver/HWProto.hs Fri Jan 02 14:10:23 2009 +0000 @@ -201,7 +201,7 @@ watchRound = if (roomProto clRoom < 20) || (not $ gameinprogress clRoom) then [] else - answerRunGame ++ answerClientOnly ("GAMEMSG" : roundMsgs clRoom) + (answerClientOnly ["RUN_GAME"]) ++ answerClientOnly ("GAMEMSG" : roundMsgs clRoom) handleCmd_noRoom client clients rooms ["JOIN", roomName] = handleCmd_noRoom client clients rooms ["JOIN", roomName, ""]