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

use both stringtable message and createstringtable packet

This commit is contained in:
Robin Appelman 2017-03-09 17:51:26 +01:00
commit 4af1c492dc
3 changed files with 58 additions and 61 deletions

View file

@ -59,7 +59,6 @@ export function CreateStringTable(stream: BitStream, match: Match): StringTableP
parseStringTable(data, table, entityCount, match);
match.stringTables.push(table);
return {
packetType: 'stringTable',
tables: [table]