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:
parent
4a8745250f
commit
1a71b65f12
4 changed files with 73 additions and 7 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue