We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ApolloPlayerAttackEvent
1 parent 5d03a46 commit 1d6a6e1Copy full SHA for 1d6a6e1
1 file changed
common/src/main/java/com/lunarclient/apollo/module/packetenrichment/PacketEnrichmentImpl.java
@@ -58,7 +58,7 @@ public PacketEnrichmentImpl() {
58
private void onReceivePacket(ApolloReceivePacketEvent event) {
59
Options options = this.getOptions();
60
61
- if (options.get(PacketEnrichmentModule.PLAYER_CHAT_OPEN_EVENT)) {
+ if (options.get(PacketEnrichmentModule.PLAYER_ATTACK_EVENT)) {
62
event.unpack(PlayerAttackMessage.class).ifPresent(packet -> {
63
ApolloPlayerAttackEvent playerAttackEvent = new ApolloPlayerAttackEvent(
64
event.getPlayer(),
0 commit comments