Skip to content

Commit

Permalink
Combatify 1.2.0 1.20.6 RC 1 Fabric - ong
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandra-Myers committed May 16, 2024
1 parent baed5ee commit 0dd1671
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ public static void init() {
if (!ClientPlayNetworking.canSend(NetworkingHandler.ServerboundMissPacket.TYPE)) {
CONFIG.reloadFromDefault();
ITEMS.reloadFromDefault();
Combatify.modify();
Combatify.markCTS(true);
}
Combatify.modify();
});
ClientLifecycleEvents.CLIENT_STARTED.register(modDetectionNetworkChannel, client -> {
ITEMS = new ItemConfig();
Expand Down

0 comments on commit 0dd1671

Please sign in to comment.