mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
stopped adding unneeded extra points
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
This commit is contained in:
parent
dd65fc8f38
commit
c3470de534
@ -35,7 +35,7 @@ if (_isTraceBlue) then {
|
|||||||
// event handler to track round and cleanup when round is "dead"
|
// event handler to track round and cleanup when round is "dead"
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
if (isGamePaused) exitWith {};
|
if (isGamePaused || accTime == 0) exitWith {};
|
||||||
params ["_projectile", "_handle"];
|
params ["_projectile", "_handle"];
|
||||||
|
|
||||||
if (!alive _projectile) exitWith {
|
if (!alive _projectile) exitWith {
|
||||||
|
Loading…
Reference in New Issue
Block a user