You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
The text was updated successfully, but these errors were encountered:
The following config file
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.The text was updated successfully, but these errors were encountered: