post-kerbin-mining-corporation / NearFutureLaunchVehicles

Adds huge rocket parts and advanced engines to Kerbal Space Program
18 stars 28 forks source link

Missing } in fueltank-adapter-5-375-2.cfg #58

Closed BararQ closed 6 years ago

BararQ commented 6 years ago

Hi,

In the fueltank-adapter-5-375-2.cfg it looks like a } is missing.

// Resources
RESOURCE
{
    name = LiquidFuel
    amount = 1170
    maxAmount = 1170
RESOURCE
{
    name = Oxidizer
    amount = 1430
    maxAmount =  1430
}

The } is missing for LiquidFuel, so B9 partswitch would not work and the adapter was stuck with 1170 LiquidFuel.

// Resources
RESOURCE
{
    name = LiquidFuel
    amount = 1170
    maxAmount = 1170
     }     
RESOURCE
{
    name = Oxidizer
    amount = 1430
    maxAmount =  1430
}

I downloaded the latest version from CKAN and Spacedock. They both showed this error.

ChrisAdderley commented 6 years ago

This has been fixed in dev for a while, I just haven't had time to release it yet.