aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-client/src')
-rw-r--r--azalea-client/src/packet_handling.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/azalea-client/src/packet_handling.rs b/azalea-client/src/packet_handling.rs
index cccd6153..ca96d728 100644
--- a/azalea-client/src/packet_handling.rs
+++ b/azalea-client/src/packet_handling.rs
@@ -98,7 +98,8 @@ impl Plugin for PacketHandlerPlugin {
.add_event::<UpdatePlayerEvent>()
.add_event::<ChatReceivedEvent>()
.add_event::<DeathEvent>()
- .add_event::<KeepAliveEvent>();
+ .add_event::<KeepAliveEvent>()
+ .add_event::<ResourcePackEvent>();
}
}