Skip to content

Commit

Permalink
Don't crash on failed registration
Browse files Browse the repository at this point in the history
I think Forge is doing something weird with registration event handlers causing ClassNotFoundExceptions

Closes #37
  • Loading branch information
shadowfacts committed Jun 9, 2018
1 parent 5d8ddee commit ecf20f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mod_version = 1.7.0
mod_version = 1.7.1
group = net.shadowfacts
archivesBaseName = Forgelin

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ object ForgelinAutomaticEventSubscriber {
LOGGER.debug("Registered @EventBusSubscriber object {}", subscriber.className)
} catch (e: Throwable) {
LOGGER.error("An error occurred trying to load an @EventBusSubscriber object {} for modid {}", mod.modId, e)
throw LoaderException(e)
}
}
}
Expand Down

0 comments on commit ecf20f1

Please sign in to comment.