chore: log
This commit is contained in:
parent
9bc3c2ad12
commit
ed0ede0577
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user