1
0
Fork 0
mirror of https://github.com/demostf/demo.js synced 2026-06-04 00:54:14 +02:00
This commit is contained in:
Robin Appelman 2017-11-19 17:22:18 +01:00
commit bc25df65da

View file

@ -140,7 +140,7 @@ export class Match {
const text = `${entityId - 1}`;
const extraData = this.parserState.userInfoEntries.get(text);
if (!extraData) {
throw new Error(`No user info in stringable for entity id ${entityId}`);
throw new Error(`No user info in stringtable for entity id ${entityId}`);
}
return this.calculateUserInfoFromEntry(text, extraData);
}