mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Removed another debug line
This commit is contained in:
parent
d3e7d99396
commit
6ec7326193
1 changed files with 0 additions and 1 deletions
|
@ -485,7 +485,6 @@ public class BedrockInventoryTransactionTranslator extends PacketTranslator<Inve
|
|||
* @param blockPos the block position to restore
|
||||
*/
|
||||
private void restoreCorrectBlock(GeyserSession session, Vector3i blockPos, InventoryTransactionPacket packet) {
|
||||
Thread.dumpStack();
|
||||
int javaBlockState = session.getGeyser().getWorldManager().getBlockAt(session, blockPos);
|
||||
UpdateBlockPacket updateBlockPacket = new UpdateBlockPacket();
|
||||
updateBlockPacket.setDataLayer(0);
|
||||
|
|
Loading…
Reference in a new issue