Fix formatting

This commit is contained in:
Ryan 2022-09-17 23:37:11 -07:00
parent cab1337716
commit d459df8b2c

View file

@ -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),
}
}