Skip to content

Commit

Permalink
fix(forge16): assign instance - fix NPE
Browse files Browse the repository at this point in the history
  • Loading branch information
danorris709 committed Aug 24, 2022
1 parent 8390da0 commit 241d814
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public class BetterPokeBroadcaster {
private BetterPokeBroadcasterConfig config;

public BetterPokeBroadcaster() {
instance = this;
MinecraftForge.EVENT_BUS.register(this);
}

Expand Down

0 comments on commit 241d814

Please sign in to comment.