mdagr - remove unneeded error msg

This commit is contained in:
PabstMirror 2015-04-02 22:37:00 -05:00
parent 7c121e6a80
commit e99e35d70b

View File

@ -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;