mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-29 07:32:14 +00:00
best commit ever git add .
This commit is contained in:
parent
57be4bd141
commit
cabfbbc2ea
1 changed files with 2 additions and 2 deletions
|
@ -40,9 +40,9 @@ const GATHER_CONFIGS = [
|
||||||
icon: "/inviteGather.png",
|
icon: "/inviteGather.png",
|
||||||
name: "Invitational Gather",
|
name: "Invitational Gather",
|
||||||
description: "You must be on a nsl team to join",
|
description: "You must be on a nsl team to join",
|
||||||
// Grand invite if on any nsl team
|
// Grant invite if on any nsl team
|
||||||
membershipTest: function (user) {
|
membershipTest: function (user) {
|
||||||
return user.team ? true : false;
|
return user.team !== undefined;
|
||||||
},
|
},
|
||||||
serverMembershipTest: function (server) {
|
serverMembershipTest: function (server) {
|
||||||
return server.name.toLowerCase().indexOf("promod") === -1;
|
return server.name.toLowerCase().indexOf("promod") === -1;
|
||||||
|
|
Loading…
Reference in a new issue