Skip to content

Commit

Permalink
chore: fix porting mistake with packets
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaMode committed Jul 26, 2024
1 parent 134b27e commit 2bc497a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/aetherteam/nitrogen/Nitrogen.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public void onInitialize() {
register.register();
}

NitrogenPacketHandler.register();
ServerLifecycleEvents.SERVER_STARTED.register(Nitrogen::serverAboutToStart);
ServerLoginConnectionEvents.QUERY_START.register(Nitrogen::playerLoggedIn);
}
Expand Down

0 comments on commit 2bc497a

Please sign in to comment.