mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-01-19 16:11:01 +00:00
Add gather type
This commit is contained in:
parent
b898ece653
commit
f44e7ac65c
1 changed files with 3 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue