diff options
| author | mat <git@matdoes.dev> | 2025-01-21 23:53:11 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-01-21 23:53:11 +0000 |
| commit | 53fca5faf4878c7afcd65f1eb0811c2b8e02a214 (patch) | |
| tree | 9784b9f5f66f330230e774a7b40f31f4061ddd23 /azalea-protocol | |
| parent | 900a4234e5b7fbf24a557907bce7c3b7ce30822e (diff) | |
| download | azalea-drasl-53fca5faf4878c7afcd65f1eb0811c2b8e02a214.tar.xz | |
fix errors when switching worlds
Diffstat (limited to 'azalea-protocol')
| -rw-r--r-- | azalea-protocol/src/packets/common.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
