Skip to content

Commit

Permalink
Unsub from unneeded stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Vazkii committed Jan 8, 2024
1 parent dc8d28b commit 99b2c19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,11 @@ public void start() {
.subscribe(ContributorRewardHandler.Client.class)
.subscribe(WoodSetHandler.Client.class);

// TODO: ZETA: Some of the registers here are for zeta classes that should be registerd in zeta
Quark.ZETA.playBus
.subscribe(ContributorRewardHandler.Client.class)
.subscribe(ClientUtil.class)
.subscribe(InventoryButtonHandler.class)
.subscribe(QButtonHandler.class)
.subscribe(TopLayerTooltipHandler.class)
.subscribe(new RequiredModTooltipHandler.Client(Quark.ZETA)); //TODO: I think this can be spread into ZetaItem/ZetaBlock and not a singleton
.subscribe(QButtonHandler.class);

super.start(); //<- loads and initializes modules

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,9 @@ public void start() {
.subscribe(WoodSetHandler.class)
.subscribe(this);

// TODO: ZETA: Some of the registers here are for zeta classes that should be registerd in zeta
Quark.ZETA.playBus
.subscribe(CapabilityHandler.class)
.subscribe(ContributorRewardHandler.class)
.subscribe(SyncedFlagHandler.class);
.subscribe(ContributorRewardHandler.class);

// OTHER RANDOM SHIT
QuarkNetwork.init();
Expand Down

0 comments on commit 99b2c19

Please sign in to comment.