Add gather type

This commit is contained in:
Chris Blanchard 2016-03-18 14:57:44 +00:00
parent b898ece653
commit f44e7ac65c

View file

@ -37,7 +37,9 @@ function Gather (options) {
this.REGATHER_THRESHOLD = 8;
this.name = options.gatherName || "Public Gather";
this.type = options.type || "public";
this.name = options.name || "Public Gather";
this.description = options.description || "6 v 6 - No player requirements";