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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ public interface IFMP
|
||||
|
||||
CableBusContainer getCableContainer(TileEntity te);
|
||||
|
||||
void registerPassThru(Class<?> layerInterface);
|
||||
void registerPassThrough(Class<?> layerInterface);
|
||||
|
||||
Event newFMPPacketEvent(EntityPlayerMP sender);
|
||||
|
||||
|
||||
@@ -143,7 +143,7 @@ public class FMP implements IIntegrationModule, IPartFactory, IPartConverter, IF
|
||||
}
|
||||
|
||||
@Override
|
||||
public void registerPassThru(Class<?> layerInterface)
|
||||
public void registerPassThrough(Class<?> layerInterface)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user