# HG changeset patch # User unc0rr # Date 1335891270 -14400 # Node ID 045e8162c9cd9ce103d1d706c3e785736c21e9ec # Parent 07a710e2284694455ee18a3eda4394e6293f352a Hopefully this change doesn't break anything 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,