mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
fix: air supply under water (#2317)
This commit is contained in:
@@ -154,7 +154,7 @@ impl BreathManager {
|
||||
|
||||
player.get_entity().send_meta_data(&[Metadata::new(
|
||||
TrackedData::AIR_SUPPLY_ID,
|
||||
MetaDataType::INTEGER,
|
||||
MetaDataType::INT,
|
||||
VarInt(air),
|
||||
)]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user