1
0
Fork 0
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:
Robin Appelman 2017-02-22 23:28:18 +01:00
commit 5488b14e63
7 changed files with 200 additions and 41 deletions

View file

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