Disable casual gathers

This commit is contained in:
Chris Blanchard 2016-11-07 09:51:32 +00:00
parent e64bfd1b60
commit 27ea6ddf42

View file

@ -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 => {