Webpack build for branch master: 3e3674b1af

This commit is contained in:
Travis CI 2017-11-30 19:43:00 +00:00
parent 760efcd267
commit c8dbc3522b
2 changed files with 2 additions and 2 deletions

View file

@ -1677,7 +1677,7 @@ class DataStore extends Collection {
super();
if (!Structures) Structures = __webpack_require__(23);
Object.defineProperty(this, 'client', { value: client });
Object.defineProperty(this, 'holds', { value: Structures.get(holds.name) });
Object.defineProperty(this, 'holds', { value: Structures.get(holds.name) || holds });
if (iterable) for (const item of iterable) this.create(item);
}

File diff suppressed because one or more lines are too long