Skip to content

Commit

Permalink
[publish]
Browse files Browse the repository at this point in the history
removed pointless bus object in constructor
  • Loading branch information
Nyfaria committed Jul 12, 2024
1 parent e89dc0e commit c58f14a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/dtteam/dtcobblemon/DTCobblemon.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public class DTCobblemon {
public static final Logger LOGGER = LogManager.getLogger();

public DTCobblemon() {
IEventBus modBus = FMLJavaModLoadingContext.get().getModEventBus();
RegistryHandler.setup(MODID);
}

Expand Down

0 comments on commit c58f14a

Please sign in to comment.