diff --git a/lib/gather/gather_pool.js b/lib/gather/gather_pool.js index 7ae3239..68880fa 100644 --- a/lib/gather/gather_pool.js +++ b/lib/gather/gather_pool.js @@ -40,9 +40,9 @@ const GATHER_CONFIGS = [ icon: "/inviteGather.png", name: "Invitational Gather", 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) { - return user.team ? true : false; + return user.team !== undefined; }, serverMembershipTest: function (server) { return server.name.toLowerCase().indexOf("promod") === -1;