Removed another debug line

This commit is contained in:
Tim203 2023-03-14 21:16:38 +01:00
parent d3e7d99396
commit 6ec7326193
No known key found for this signature in database
GPG Key ID: 736F3CD49EF01DBF
1 changed files with 0 additions and 1 deletions

View File

@ -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);