stopped adding unneeded extra points

Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
This commit is contained in:
lambdatiger 2024-02-17 13:04:19 -06:00 committed by GitHub
parent dd65fc8f38
commit c3470de534
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ if (_isTraceBlue) then {
// event handler to track round and cleanup when round is "dead"
[
{
if (isGamePaused) exitWith {};
if (isGamePaused || accTime == 0) exitWith {};
params ["_projectile", "_handle"];
if (!alive _projectile) exitWith {