mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
remove debugh print
This commit is contained in:
parent
675b07d2ed
commit
a057768e7f
@ -91,7 +91,6 @@ if (TRACK_ON_PAUSE || {accTime > 0 && !isGamePaused}) then {
|
|||||||
if !(_foundDecoy) then {
|
if !(_foundDecoy) then {
|
||||||
private _flareRelativeVelocity = (velocity _x) vectorDiff _projectileVelocity;
|
private _flareRelativeVelocity = (velocity _x) vectorDiff _projectileVelocity;
|
||||||
private _angleBetweenVelocities = acos (_closingVelocity vectorCos _flareRelativeVelocity);
|
private _angleBetweenVelocities = acos (_closingVelocity vectorCos _flareRelativeVelocity);
|
||||||
systemChat str [_angleBetweenVelocities, _flareAngleFilter];
|
|
||||||
if (_angleBetweenVelocities <= _flareAngleFilter) then {
|
if (_angleBetweenVelocities <= _flareAngleFilter) then {
|
||||||
_considering = true;
|
_considering = true;
|
||||||
if (_seekerAccuracy <= random 1) then {
|
if (_seekerAccuracy <= random 1) then {
|
||||||
|
Loading…
Reference in New Issue
Block a user