More verbose dump
authorunc0rr
Sat, 21 Feb 2009 20:01:01 +0000
changeset 1824 fbe1fa777d68
parent 1823 1938ef375350
child 1825 c929f9111141
More verbose dump
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