Fix point string resolve for OPFOR in default PUNKTE entry
parent
854a9720f5
commit
ee5dcd7fa8
|
@ -181,8 +181,6 @@ const parseWarLog = (lineArray, war) => {
|
||||||
// EXIT LOOP
|
// EXIT LOOP
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
console.log(getPointsEntry(pt, line, war._id, war.date))
|
|
||||||
|
|
||||||
stats.points.push(getPointsEntry(pt, line, war._id, war.date));
|
stats.points.push(getPointsEntry(pt, line, war._id, war.date));
|
||||||
}
|
}
|
||||||
} else if (line.includes('(Revive)')) {
|
} else if (line.includes('(Revive)')) {
|
||||||
|
|
Loading…
Reference in New Issue