Missing } in fueltank-adapter-5-375-2.cfg
BararQ opened this issue ยท 1 comments
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.