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

String dump

This commit is contained in:
Robin Appelman 2015-01-25 16:05:26 +01:00
commit 40877ddaf1
2 changed files with 15554 additions and 1 deletions

15553
strings.txt Normal file

File diff suppressed because it is too large Load diff

View file

@ -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