Freighter
This commit is contained in:
@@ -21,5 +21,5 @@ export const unloadAircraft = () => {
|
||||
};
|
||||
|
||||
export const inRangeOf = (value: number, target: number, tolerance: number = 10) => {
|
||||
return Math.abs(value - target) < 10;
|
||||
return Math.abs(value - target) < tolerance;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user