Typo registerPassThru
This commit is contained in:
@@ -56,7 +56,7 @@ public class ApiPart implements IPartHelper
|
||||
for (Class layerInterface : interfaces2Layer.keySet())
|
||||
{
|
||||
if ( AppEng.instance.isIntegrationEnabled( IntegrationType.FMP ) )
|
||||
((IFMP) AppEng.instance.getIntegration( IntegrationType.FMP )).registerPassThru( layerInterface );
|
||||
((IFMP) AppEng.instance.getIntegration( IntegrationType.FMP )).registerPassThrough( layerInterface );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user