Skip to content

Commit

Permalink
Update MouseTweaksForge.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Caedis authored Feb 27, 2024
1 parent b034e8d commit 323fed2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public void preinit(FMLPreInitializationEvent event) {
try {
Config.handleOldConfig(event.getSuggestedConfigurationFile());
ConfigurationManager.registerConfig(MTConfig.class);
ConfigurationManager.registerBus();
} catch (ConfigException e) {
throw new RuntimeException(e);
}
Expand Down

0 comments on commit 323fed2

Please sign in to comment.