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:
parent
dd6bfcccf2
commit
4af1c492dc
3 changed files with 58 additions and 61 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue