diff -r 1938ef375350 -r fbe1fa777d68 gameServer/CoreTypes.hs --- a/gameServer/CoreTypes.hs Sat Feb 21 19:59:03 2009 +0000 +++ b/gameServer/CoreTypes.hs Sat Feb 21 20:01:01 2009 +0000 @@ -73,6 +73,7 @@ show ri = (show $ roomUID ri) ++ ", players ids: " ++ (show $ IntSet.size $ playersIDs ri) ++ ", players: " ++ (show $ playersIn ri) + ++ ", ready: " ++ (show $ readyPlayers ri) instance Eq RoomInfo where a1 == a2 = roomUID a1 == roomUID a2