mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
remove debug
This commit is contained in:
parent
c6c313a573
commit
7d009d26ca
@ -149,8 +149,6 @@ if (_cameraAzimuth > _maxGimbalX) then {
|
|||||||
_maxDirection = (direction _projectile) - _maxGimbalX;
|
_maxDirection = (direction _projectile) - _maxGimbalX;
|
||||||
};
|
};
|
||||||
|
|
||||||
systemChat str _maxDirection;
|
|
||||||
|
|
||||||
if (_maxDirection >= 360) then {
|
if (_maxDirection >= 360) then {
|
||||||
_maxDirection = _maxDirection - 360;
|
_maxDirection = _maxDirection - 360;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user