szporwolik / perun

Perun toolset for DCS World server admins. Reads simulation data and pushes it MySQL database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unknown kills counted as helicopters

szporwolik opened this issue · comments

From some reason - sometimes helicopter kill counter is increased, even if no helis were killed.

Line 140 of Perun lua - thing is happening when id is also null.
Looks that it can be easily fixed by detecting if id is null or not.