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

Fix GameEvent encoder test

This commit is contained in:
Robin Appelman 2017-11-19 15:32:10 +01:00
commit 43bd458162

View file

@ -23,6 +23,7 @@ state.eventDefinitions.set(190, {
type: GameEventValueType.SHORT
}]
});
state.eventDefinitionTypes.set('post_inventory_application', 190);
const parseEvent = (stream: BitStream) => {
return ParseGameEvent(stream, state);