remove debug

This commit is contained in:
Brandon Danyluk 2021-12-11 22:03:10 -07:00
parent c6c313a573
commit 7d009d26ca

View File

@ -149,8 +149,6 @@ if (_cameraAzimuth > _maxGimbalX) then {
_maxDirection = (direction _projectile) - _maxGimbalX;
};
systemChat str _maxDirection;
if (_maxDirection >= 360) then {
_maxDirection = _maxDirection - 360;
};