mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-05-30 17:00:56 +00:00
Address react warnings vis implementing unique keys
This commit is contained in:
parent
2292e374b3
commit
fd9a9e94fb
5 changed files with 29 additions and 21 deletions
|
@ -37,9 +37,9 @@ function Gather (options) {
|
|||
|
||||
this.REGATHER_THRESHOLD = Math.floor(this.teamSize / 2) + 2;
|
||||
|
||||
this.type = options.type || "public";
|
||||
this.type = options.type || "classic";
|
||||
|
||||
this.name = options.name || "Public Gather";
|
||||
this.name = options.name || "Classic Gather";
|
||||
|
||||
this.description = options.description || "No player requirements";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue