aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/common.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/src/packets/common.rs')
-rw-r--r--azalea-protocol/src/packets/common.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-protocol/src/packets/common.rs b/azalea-protocol/src/packets/common.rs
index 82f6be70..173e15fc 100644
--- a/azalea-protocol/src/packets/common.rs
+++ b/azalea-protocol/src/packets/common.rs
@@ -17,4 +17,6 @@ pub struct CommonPlayerSpawnInfo {
pub last_death_location: Option<GlobalPos>,
#[var]
pub portal_cooldown: u32,
+ #[var]
+ pub sea_level: i32,
}