1
0
Fork 0
mirror of https://github.com/demostf/demo.js synced 2026-06-04 00:54:14 +02:00

handle player name changes

This commit is contained in:
Robin Appelman 2017-11-19 15:53:39 +01:00
commit 2bce66b6e1
4 changed files with 28 additions and 20 deletions

View file

@ -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}`);
}
}