Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-26 16:12:46 +01:00
Revert inventory "fix" that's causing issues with quickly opening & closing inventories (#4523)
Dieser Commit ist enthalten in:
Ursprung
4ea94f89a2
Commit
85908690a3
@ -126,12 +126,7 @@ public class BedrockInteractTranslator extends PacketTranslator<InteractPacket>
|
|||||||
} else {
|
} else {
|
||||||
InventoryUtils.openInventory(session, session.getPlayerInventory());
|
InventoryUtils.openInventory(session, session.getPlayerInventory());
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
// Case: Player tries to open a player inventory, while we think it should be in a different inventory
|
|
||||||
// Now: Open the inventory that we're supposed to be in.
|
|
||||||
InventoryUtils.openInventory(session, session.getOpenInventory());
|
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren