aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/v1_15_2.rs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/v1_15_2.rs b/src/v1_15_2.rs
index 05f7ff2..34568f9 100644
--- a/src/v1_15_2.rs
+++ b/src/v1_15_2.rs
@@ -4985,6 +4985,15 @@ pub mod tests {
packet_test_cases!(
Packet578,
+ PlayStopSound,
+ PlayStopSoundSpec,
+ test_play_stop_sound,
+ bench_write_play_stop_sound,
+ bench_read_play_stop_sound
+ );
+
+ packet_test_cases!(
+ Packet578,
PlayerPlayerListHeaderAndFooter,
PlayPlayerListHeaderAndFooterSpec,
test_player_player_list_header_and_footer,