netserver/HWProto.hs
changeset 1560 e140bc57ff68
parent 1559 71e1f67dcfe7
child 1561 f0af4e5fe880
--- a/netserver/HWProto.hs	Fri Jan 02 14:10:23 2009 +0000
+++ b/netserver/HWProto.hs	Fri Jan 02 14:22:33 2009 +0000
@@ -201,7 +201,8 @@
 		watchRound = if (roomProto clRoom < 20) || (not $ gameinprogress clRoom) then
 					[]
 				else
-					(answerClientOnly  ["RUN_GAME"]) ++ answerClientOnly ("GAMEMSG" : roundMsgs clRoom)
+					(answerClientOnly  ["RUN_GAME"]) ++
+					answerClientOnly ("GAMEMSG" : "DGUkc3BlY3RhdGUgMQ==" : roundMsgs clRoom)
 
 handleCmd_noRoom client clients rooms ["JOIN", roomName] =
 	handleCmd_noRoom client clients rooms ["JOIN", roomName, ""]