--- 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, ""]