mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-26 22:31:08 +00:00
Disable casual gathers
This commit is contained in:
parent
e64bfd1b60
commit
27ea6ddf42
1 changed files with 6 additions and 6 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Reference in a new issue