Skip to content

Commit

Permalink
Fix #419: add passthrough support for stock mk2 cargo bays
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Jul 31, 2024
1 parent 758f46e commit c747342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* Added es-es localization (thanks 9field and masertank!)
* Added support for [Stockalike Mining Extension](https://forum.kerbalspaceprogram.com/topic/130325-110x-stockalike-mining-extension-115-release-782020/)
* Added support for [Kerbal Changelog](https://forum.kerbalspaceprogram.com/topic/200702-19%E2%80%93112-kerbal-changelog-v142-adopted/)
* Added passthrough for mk2 cargo bays

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion GameData/FreeIva/Squad/PartCfgs/Squad_passthrough.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}

// mk3CargoBays can connect to the stuff inside
@PART[mk3Cargo*]:FOR[FreeIva]
@PART[mk3Cargo*|mk2CargoBay?]:FOR[FreeIva]
{
%MODULE[ModuleFreeIva]
{
Expand Down

0 comments on commit c747342

Please sign in to comment.