Rename construction event listener

This commit is contained in:
gegy1000 2018-04-16 21:19:03 +02:00
parent 0acdb6db36
commit dd3dbb1258
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ object Forgelin {
const val VERSION = "@VERSION@"
@EventHandler
fun onPreInit(event: FMLConstructionEvent) {
fun onConstruction(event: FMLConstructionEvent) {
Loader.instance().modList.forEach {
ForgelinAutomaticEventSubscriber.subscribeAutomatic(it, event.asmHarvestedData, FMLCommonHandler.instance().side)
}