chore: fmt

This commit is contained in:
Sally Knight
2026-03-29 15:50:34 -05:00
committed by Tropical
parent 5f5e7e7f99
commit 11f71c12b2
+1 -2
View File
@@ -601,8 +601,7 @@ bool LocalPlayer::openHopper(std::shared_ptr<MinecartHopper> container) {
bool LocalPlayer::openHorseInventory(std::shared_ptr<EntityHorse> horse,
std::shared_ptr<Container> container) {
#ifdef ENABLE_JAVA_GUIS
minecraft->setScreen(new HorseInventoryScreen(inventory, container,
horse));
minecraft->setScreen(new HorseInventoryScreen(inventory, container, horse));
bool success = true;
#else
bool success = app.LoadHorseMenu(GetXboxPad(), inventory, container, horse);