diff -r cd007c1780e7 -r 8113afd3858f gameServer/CoreTypes.hs --- a/gameServer/CoreTypes.hs Wed Nov 07 13:24:01 2012 -0500 +++ b/gameServer/CoreTypes.hs Wed Nov 07 23:02:18 2012 +0400 @@ -100,7 +100,7 @@ readyPlayers :: !Int, isRestrictedJoins :: Bool, isRestrictedTeams :: Bool, - roomBansList :: [B.ByteString], + roomBansList :: ![B.ByteString], mapParams :: Map.Map B.ByteString B.ByteString, params :: Map.Map B.ByteString [B.ByteString] }