[javascript] Completely reworked contracting
This commit is contained in:
parent
3be4f0e9b4
commit
1b9a55432a
6 changed files with 112 additions and 176 deletions
3
nodejs/automation/utils.js
Normal file
3
nodejs/automation/utils.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
export function waypointToSystem(waypoint) {
|
||||
return waypoint.split('-').slice(0,2).join('-');
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue