From 53fca5faf4878c7afcd65f1eb0811c2b8e02a214 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 21 Jan 2025 23:53:11 +0000 Subject: fix errors when switching worlds --- azalea-protocol/src/packets/common.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol/src') diff --git a/azalea-protocol/src/packets/common.rs b/azalea-protocol/src/packets/common.rs index fc78cd7a..a19c4f2a 100644 --- a/azalea-protocol/src/packets/common.rs +++ b/azalea-protocol/src/packets/common.rs @@ -7,7 +7,7 @@ use azalea_core::{ #[derive(Clone, Debug, AzBuf)] pub struct CommonPlayerSpawnInfo { - pub dimension_type: azalea_registry::DimensionType, + pub dimension: azalea_registry::DimensionType, pub dimension: ResourceLocation, pub seed: i64, pub game_type: GameMode, -- cgit v1.2.3