fix: whoops

This commit is contained in:
cha0s 2021-01-19 20:38:31 -06:00
parent 6aec19ebe8
commit 7de9280cf4

View File

@ -53,7 +53,7 @@ export default class ReceiverSynchronizer extends decorate(Class) {
this.#synchronized[type] = {};
}
if (this.#synchronized[type][id]) {
await this.#synchronized[type][id].extendAndLoad(json);
await this.#synchronized[type][id].load(json);
}
else {
this.#synchronized[type][id] = Resource.load(json).then((resource) => {