Skip to content

Commit

Permalink
groundworks
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandra-Myers committed Jul 22, 2024
1 parent bce8927 commit 673cc70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ public Enum<?> initHook(PacketByteBuf instance, Class<Enum<?>> enumClass) {
if (FabricLoader.getInstance().isModLoaded("combatify")) {
// Convert to ServerboundMissPacket, handle it, and cancel this
CombatifyIntegration.fakeHandleServerboundMiss();
isCancelled = true;
}
isCancelled = true;
instance.writeVarInt(0);
return enumClass.getEnumConstants()[0];
}
Expand Down

0 comments on commit 673cc70

Please sign in to comment.