mirror of
https://github.com/demostf/demo.js
synced 2026-06-04 00:54:14 +02:00
extract team and weapon data
This commit is contained in:
parent
6ce96e0e52
commit
5488b14e63
7 changed files with 200 additions and 41 deletions
|
|
@ -47,7 +47,7 @@ export class SendPropParser {
|
|||
if (value instanceof Array) {
|
||||
throw new Error('Nested arrays not supported');
|
||||
}
|
||||
values.push();
|
||||
values.push(value);
|
||||
}
|
||||
return values;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue