fix: air supply under water (#2317)

This commit is contained in:
AnthonyDuong1
2026-06-30 13:18:01 -04:00
committed by GitHub
parent 22c871ed9b
commit fbfc706f7b

View File

@@ -154,7 +154,7 @@ impl BreathManager {
player.get_entity().send_meta_data(&[Metadata::new(
TrackedData::AIR_SUPPLY_ID,
MetaDataType::INTEGER,
MetaDataType::INT,
VarInt(air),
)]);
}