mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
fix login_to_dimension_with_same_name test logging error
This commit is contained in:
parent
5c0e5b1eb3
commit
04dd6dd0a4
1 changed files with 0 additions and 5 deletions
|
@ -128,9 +128,4 @@ fn generic_test_login_to_dimension_with_same_name(using_respawn: bool) {
|
||||||
simulation
|
simulation
|
||||||
.chunk(ChunkPos::new(0, 0))
|
.chunk(ChunkPos::new(0, 0))
|
||||||
.expect("chunk should exist");
|
.expect("chunk should exist");
|
||||||
simulation.receive_packet(make_basic_login_or_respawn_packet(
|
|
||||||
DimensionType::new_raw(2), // nether
|
|
||||||
ResourceLocation::new("minecraft:nether"),
|
|
||||||
));
|
|
||||||
simulation.tick();
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue