mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
mdagr - remove unneeded error msg
This commit is contained in:
parent
7c121e6a80
commit
e99e35d70b
@ -26,7 +26,6 @@ _waypoints = [] call FUNC(deviceGetWaypoints);
|
||||
|
||||
if ((_newWpIndex < 0) || (_newWpIndex > ((count _waypoints) - 1))) exitWith {
|
||||
GVAR(currentWaypoint) = -1;
|
||||
ERROR("out of bounds wp");
|
||||
};
|
||||
|
||||
GVAR(currentWaypoint) = _newWpIndex;
|
||||
|
Loading…
Reference in New Issue
Block a user