mirror of
https://github.com/demostf/demo.js
synced 2026-06-04 09:04:13 +02:00
handle player name changes
This commit is contained in:
parent
a46ff4a48b
commit
2bce66b6e1
4 changed files with 28 additions and 20 deletions
|
|
@ -175,7 +175,7 @@ export function ParsePacketEntities(
|
|||
const packetEntity = getPacketEntityForExisting(entityId, state, pvs);
|
||||
receivedEntities.push(packetEntity);
|
||||
} else {
|
||||
throw new Error(`No existing entity to update with id ${entityId}`);
|
||||
// throw new Error(`No existing entity to update with id ${entityId}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue