diff -r 7a47a80b20ad -r 4004e597f1bf netserver/HWProto.hs --- a/netserver/HWProto.hs Sun Oct 12 16:31:23 2008 +0000 +++ b/netserver/HWProto.hs Sun Oct 12 16:45:13 2008 +0000 @@ -218,6 +218,9 @@ else (noChangeClients, noChangeRooms, answerRunGame) +handleCmd_inRoom client _ _ ["ROUNDFINISHED"] = + (noChangeClients, noChangeRooms, []) + handleCmd_inRoom client _ _ ["GAMEMSG", msg] = (noChangeClients, noChangeRooms, [(othersInRoom, ["GAMEMSG", msg])])