best commit ever git add .

This commit is contained in:
AngelRionCervi 2020-04-15 22:05:59 +02:00
parent 57be4bd141
commit cabfbbc2ea

View file

@ -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;