MechJeb2

MechJeb2

4M Downloads

MechJebNoCommandPod.cfg syntax issue

Duck1998 opened this issue ยท 0 comments

commented

MechJeb Version

2.9.0.0-905

Description

When using MechJebUnlocked folder, the MechJebNoCommandPod.cfg outputs configs with duplicated unlockTechs.

Replication Case

(can be verified via MM's config cache)

MechJebLocalSettings
{
    MechJebModuleCustomWindowEditor
    {
        unlockTechs = flightControl
        unlockTechs = start
    }
    ......
}

The issue doesn't affect actual gameplay since mechjeb seem to only read the last entry.

Suggestion

% should be added before every unlockTechs to fix this.

%MechJebModuleCustomWindowEditor { unlockTechs = flightControl }