Add offroad to vehicle blacklist

pull/60/head
HardiReady 2019-10-01 12:01:49 +02:00
parent b54f02cda4
commit 36ad89d04c
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ const parseWarLog = (lineArray, war) => {
'Qilin (Unbewaffnet)', 'Qilin (Bewaffnet)', 'Ifrit',
'Tempest-Transporter', 'Tempest-Transporter (abgedeckt)', 'Tempest Sanitätsfahrzeug',
'Remote Designator [CSAT]', 'UBF Saif',
'Quad Bike', 'HuntIR',
'Quad Bike', 'HuntIR', 'Offroad',
];
const addPlayerIfNotExists = (inputPlayer, steamUUID) => {