diff --git a/lib/gather/gather_pool.js b/lib/gather/gather_pool.js index cdd6493..7a2f9be 100644 --- a/lib/gather/gather_pool.js +++ b/lib/gather/gather_pool.js @@ -30,13 +30,13 @@ const GATHER_CONFIGS = [ membershipTest: function (user) { return InvitationalGather.list.some(m => m.id === user.id); } - }, - { - type: "casual", - name: "Casual Gather", - description: "No Requirements", - teamSize: 7 } + // { + // type: "casual", + // name: "Casual Gather", + // description: "No Requirements", + // teamSize: 7 + // } ]; GATHER_CONFIGS.forEach(config => {