1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

fix login_to_dimension_with_same_name test logging error

This commit is contained in:
mat 2025-06-02 13:18:42 -06:30
parent 5c0e5b1eb3
commit 04dd6dd0a4

View file

@ -128,9 +128,4 @@ fn generic_test_login_to_dimension_with_same_name(using_respawn: bool) {
simulation
.chunk(ChunkPos::new(0, 0))
.expect("chunk should exist");
simulation.receive_packet(make_basic_login_or_respawn_packet(
DimensionType::new_raw(2), // nether
ResourceLocation::new("minecraft:nether"),
));
simulation.tick();
}