Kerbal Planetary Base Systems

Kerbal Planetary Base Systems

1M Downloads

Wrong Module in CRY50000RPMMM.cfg

4x4cheesecake opened this issue ยท 2 comments

commented

The ModSupport patch CRY50000RPMMM.cfg adds a wrong module to the CRY-5000Freezer:
Right now, it says:
MODULE
{
name = KPBSTransparendPodHelper
hiddenOverlayTransformNames = JSIATPwindowLeft|JSIATPwindowRight
}

but it must be:
MODULE
{
name = ModuleKPBSTransparendPodHelper
hiddenOverlayTransformNames = JSIATPwindowLeft|JSIATPwindowRight
}

Also, the @module[DeepFreezer] looks kinda unnecessary ;)

commented

Thanks, will be fixed in the next release

commented

Fixed since b1cf11a