mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 04:42:48 +00:00
remove debug
This commit is contained in:
@ -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;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user