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

parse some player info

This commit is contained in:
Robin Appelman 2017-02-11 20:33:13 +01:00
commit 1a71b65f12
4 changed files with 73 additions and 7 deletions

View file

@ -24,6 +24,7 @@ export function applyEntityUpdate(entity: Entity, stream: BitStream, sendTable?:
const prop = existingProp ? existingProp : new SendProp(propDefinition);
prop.value = SendPropParser.decode(propDefinition, stream);
entity.updatedProps.push(prop);
lastProps.push(prop);
if (!existingProp) {