diff -r 07a710e22846 -r 045e8162c9cd gameServer/Utils.hs --- a/gameServer/Utils.hs Tue May 01 20:54:02 2012 +0400 +++ b/gameServer/Utils.hs Tue May 01 20:54:30 2012 +0400 @@ -123,9 +123,7 @@ where f = map Char.toUpper . UTF8.toString -roomInfo n r - | isRestrictedJoins r = [] - | otherwise = [ +roomInfo n r = [ showB $ isJust $ gameInfo r, name r, showB $ playersIn r,