mirror of
https://github.com/Krafpy/KSP-MGA-Planner.git
synced 2025-12-12 15:49:59 -08:00
Fixed missing parameter.
This commit is contained in:
1
dist/tools/cfg-to-yml/body-data.js
vendored
1
dist/tools/cfg-to-yml/body-data.js
vendored
@@ -69,6 +69,7 @@ export function completeBodytoUnorderedData(body) {
|
||||
return {
|
||||
name: body.name,
|
||||
radius: body.radius,
|
||||
atmosphereAlt: body.atmosphereAlt,
|
||||
mass: body.mass,
|
||||
stdGravParam: body.stdGravParam,
|
||||
soi: body.soi,
|
||||
|
||||
@@ -88,6 +88,7 @@ export function completeBodytoUnorderedData(body: IOrbitingBody): IOrbitingBody_
|
||||
return {
|
||||
name: body.name,
|
||||
radius: body.radius,
|
||||
atmosphereAlt: body.atmosphereAlt,
|
||||
mass: body.mass,
|
||||
stdGravParam: body.stdGravParam,
|
||||
soi: body.soi,
|
||||
|
||||
Reference in New Issue
Block a user