mirror of
https://github.com/italicsjenga/valence.git
synced 2025-01-09 14:21:30 +11:00
Fix formatting
This commit is contained in:
parent
cab1337716
commit
d459df8b2c
|
@ -780,9 +780,7 @@ impl<C: Config> Entity<C> {
|
|||
}
|
||||
TrackedData::FallingBlock(_) => with_object_data(1), // TODO: set block state ID.
|
||||
TrackedData::FishingBobber(e) => with_object_data(e.get_hook_entity_id()),
|
||||
TrackedData::Warden(e) => {
|
||||
with_object_data((e.get_pose() == Pose::Emerging).into())
|
||||
}
|
||||
TrackedData::Warden(e) => with_object_data((e.get_pose() == Pose::Emerging).into()),
|
||||
_ => with_object_data(0),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue