Remove not used throws

This commit is contained in:
thatsIch
2014-11-04 12:36:16 +01:00
parent 075fd1848a
commit fb006fb25a
17 changed files with 17 additions and 17 deletions
@@ -92,7 +92,7 @@ public class FMP implements IIntegrationModule, IPartFactory, IPartConverter, IF
}
@Override
public void PostInit() throws Throwable
public void PostInit()
{
MinecraftForge.EVENT_BUS.register( new FMPEvent() );
}