netserver/HWProto.hs
changeset 1344 4004e597f1bf
parent 1338 758c39a3dcfe
child 1345 73119de7d3be
--- 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])])