Skip to content

Commit

Permalink
fix: Register ping packets (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofbolyai authored Oct 24, 2022
1 parent 1cb43d5 commit 4e6576e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public enum PacketRegistry {
registerPacket(HSPacketUpdateMutual.class);
registerPacket(HSPacketDiscordLobbyServer.class);
registerPacket(HSPacketClearMutual.class);
registerPacket(HSPacketPong.class);
}
},

Expand All @@ -32,6 +33,7 @@ public enum PacketRegistry {
registerPacket(HCPacketUpdateStatus.class);
registerPacket(HCPacketDiscordLobbyClient.class);
registerPacket(HCPacketUpdateWorld.class);
registerPacket(HCPacketPing.class);
}
};

Expand Down

0 comments on commit 4e6576e

Please sign in to comment.