chore: log

This commit is contained in:
cha0s 2020-06-21 23:05:49 -05:00
parent 9bc3c2ad12
commit ed0ede0577

View File

@ -47,7 +47,9 @@ export class EntityList extends decorate(class {}) {
entity.hydrate().then(() => {
this.addEntity(entity);
});
});
}).catch(
(error) => console.error("Error creating '%O' from sync packet: %o", packet.data, error)
);
}
if (packet instanceof SynchronizedDestroyPacket) {
const uuid = packet.data.synchronized.id;