Skip to content

Commit

Permalink
Forgot to make Communication Mod subscribe to itself
Browse files Browse the repository at this point in the history
  • Loading branch information
ForgottenArbiter committed Jan 16, 2022
1 parent c817c15 commit c9f7280
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/communicationmod/CommunicationMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public class CommunicationMod implements PostInitializeSubscriber, PostUpdateSub
public CommunicationMod(){
BaseMod.subscribe(this);
onStateChangeSubscribers = new ArrayList<>();
CommunicationMod.subscribe(this);
readQueue = new LinkedBlockingQueue<>();
try {
Properties defaults = new Properties();
Expand Down

0 comments on commit c9f7280

Please sign in to comment.