Address react warnings vis implementing unique keys

This commit is contained in:
Chris Blanchard 2016-04-01 14:02:26 +01:00
parent 2292e374b3
commit fd9a9e94fb
5 changed files with 29 additions and 21 deletions

View file

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