mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-06 01:52:57 +00:00
chore: fmt
This commit is contained in:
parent
5f5e7e7f99
commit
11f71c12b2
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue