mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-01-24 02:00:58 +00:00
removed invitational gather
This commit is contained in:
parent
d5ea86ff8f
commit
51602d7a0d
1 changed files with 9 additions and 9 deletions
|
@ -21,17 +21,17 @@ const GATHER_CONFIGS = [
|
|||
type: "classic",
|
||||
name: "Classic Gather",
|
||||
description: "No Requirements"
|
||||
},
|
||||
{
|
||||
type: "invitational",
|
||||
name: "Invitational Gather",
|
||||
description: "Join on ensl.org/teams/949",
|
||||
// Grant invite if on list
|
||||
membershipTest: function (user) {
|
||||
return InvitationalGather.list.some(m => m.id === user.id);
|
||||
}
|
||||
}
|
||||
// {
|
||||
// type: "invitational",
|
||||
// name: "Invitational Gather",
|
||||
// description: "Join on ensl.org/teams/949",
|
||||
// // Grant invite if on list
|
||||
// membershipTest: function (user) {
|
||||
// return InvitationalGather.list.some(m => m.id === user.id);
|
||||
// }
|
||||
// }
|
||||
// {
|
||||
// type: "casual",
|
||||
// name: "Casual Gather",
|
||||
// description: "No Requirements",
|
||||
|
|
Loading…
Reference in a new issue