Wrong Module in CRY50000RPMMM.cfg
4x4cheesecake opened this issue ยท 2 comments
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 ;)
Fixed since b1cf11a