remove debugh print

This commit is contained in:
Brandon Danyluk 2021-04-21 15:03:49 -06:00
parent 675b07d2ed
commit a057768e7f

View File

@ -91,7 +91,6 @@ if (TRACK_ON_PAUSE || {accTime > 0 && !isGamePaused}) then {
if !(_foundDecoy) then {
private _flareRelativeVelocity = (velocity _x) vectorDiff _projectileVelocity;
private _angleBetweenVelocities = acos (_closingVelocity vectorCos _flareRelativeVelocity);
systemChat str [_angleBetweenVelocities, _flareAngleFilter];
if (_angleBetweenVelocities <= _flareAngleFilter) then {
_considering = true;
if (_seekerAccuracy <= random 1) then {