mirror of
https://github.com/demostf/demo.js
synced 2026-06-04 00:54:14 +02:00
typo
This commit is contained in:
parent
2bce66b6e1
commit
bc25df65da
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue