Skip to content

Commit

Permalink
AutoLogMixin no longer needlessly subscribes itself to the event bus.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTas committed Oct 1, 2024
1 parent fe70894 commit d9b61ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/dev/stardust/mixin/AutoLogMixin.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
public abstract class AutoLogMixin extends Module {
public AutoLogMixin(Category category, String name, String description) {
super(category, name, description);
MeteorClient.EVENT_BUS.subscribe(this);
}

@Shadow
Expand Down

0 comments on commit d9b61ac

Please sign in to comment.