mirror of
https://github.com/demostf/demo.js
synced 2026-06-04 09:04:13 +02:00
Fix GameEvent encoder test
This commit is contained in:
parent
9f113cc643
commit
43bd458162
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ state.eventDefinitions.set(190, {
|
||||||
type: GameEventValueType.SHORT
|
type: GameEventValueType.SHORT
|
||||||
}]
|
}]
|
||||||
});
|
});
|
||||||
|
state.eventDefinitionTypes.set('post_inventory_application', 190);
|
||||||
|
|
||||||
const parseEvent = (stream: BitStream) => {
|
const parseEvent = (stream: BitStream) => {
|
||||||
return ParseGameEvent(stream, state);
|
return ParseGameEvent(stream, state);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue