Typo registerPassThru

This commit is contained in:
thatsIch
2014-09-21 00:30:21 +02:00
parent 5845fca96f
commit 2819f5c537
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ public interface IFMP
CableBusContainer getCableContainer(TileEntity te);
void registerPassThru(Class<?> layerInterface);
void registerPassThrough(Class<?> layerInterface);
Event newFMPPacketEvent(EntityPlayerMP sender);