mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Remove brackets
This commit is contained in:
parent
53457cfe61
commit
5af31f6bb3
@ -60,7 +60,7 @@ while {(_closeInMax - _closeInMin) > 0.01} do {
|
|||||||
_closeInDistance = (_closeInMax + _closeInMin) / 2;
|
_closeInDistance = (_closeInMax + _closeInMin) / 2;
|
||||||
|
|
||||||
//Checks (too close to center or can't attach)
|
//Checks (too close to center or can't attach)
|
||||||
if (((_startDistanceFromCenter - _closeInDistance) < 0.1)) exitWith {
|
if ((_startDistanceFromCenter - _closeInDistance) < 0.1) exitWith {
|
||||||
TRACE_2("no valid spot found",_closeInDistance,_startDistanceFromCenter);
|
TRACE_2("no valid spot found",_closeInDistance,_startDistanceFromCenter);
|
||||||
[localize LSTRING(Failed)] call EFUNC(common,displayTextStructured);
|
[localize LSTRING(Failed)] call EFUNC(common,displayTextStructured);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user