forked from sarbian/ModuleManager
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
The following config file
@PART[some-part-1]
{
%MODULE[something]
{
foo = bar
}
}
@PART[some-part-2]
{
%MODULE[something]
{
foo = bar
}
}
// Note this extra brace
}
// end note
@PART[some-part-3]
{
%MODULE[something]
{
foo = bar
}
}
Renders the some-part-3 patch unreachable.
This is likely something on the KSP file parser, as some-part-3 patch is not being listed on the KSP.log - but I need to document this krap somewhere, and this issue looks a good place.
Metadata
Metadata
Assignees
Labels
No labels