Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

Commit

Permalink
Events registered twice (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: Empa <itsempa@users.noreply.github.com>
  • Loading branch information
ItsEmpa and ItsEmpa authored Dec 27, 2024
1 parent f5e51ad commit 96e35a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/kotlin/com/ratons/Ratons.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ class Ratons {

@Mod.EventHandler
fun init(event: FMLInitializationEvent) {
Modules.modules.loadModules()

loadModule(this)
SkyHanniEvents.init(modules)
Modules.modules.loadModules()

RatCommandRegistrationEvent.post()
}
Expand Down

0 comments on commit 96e35a1

Please sign in to comment.