mirror of
https://github.com/demostf/demo.js
synced 2026-06-04 00:54:14 +02:00
String dump
This commit is contained in:
parent
4736b8a79f
commit
40877ddaf1
2 changed files with 15554 additions and 1 deletions
15553
strings.txt
Normal file
15553
strings.txt
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -26,7 +26,6 @@ StringTable.prototype.parse = function () {
|
|||
entries.push(entry);
|
||||
}
|
||||
tables[tableName] = entries;
|
||||
//console.log(tables);
|
||||
StringTable.tables.push({
|
||||
name: tableName,
|
||||
entries: entries
|
||||
|
|
@ -40,6 +39,7 @@ StringTable.prototype.parse = function () {
|
|||
}
|
||||
}
|
||||
}
|
||||
//console.log(tables);
|
||||
return [{
|
||||
packetType: 'stringTable',
|
||||
tables: tables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue