OCAP2 / OCAP

OCAP is an Arma 3 mission recording suite. It consists of a serverside addon and a packaged web server executable that allows for after-action review and better insight into what really happened.
Other
58 stars 14 forks source link

adjust kill count increments conditionally #12

Closed indig0fox closed 3 years ago

indig0fox commented 3 years ago

if killer kills a friendly, detract 1 from kill count if killer 'kills' a vehicle, don't change (as it triggers on crashing vehicle)

indig0fox commented 3 years ago

https://github.com/OCAP2/web/blob/330d3d5252a6d27c14eea3598474330ddb30ac1e/static/scripts/ocap.js#L691-L697