This commit is contained in:
onebeastchris 2024-03-26 23:59:58 +01:00
parent 4ea94f89a2
commit e0f2d9bd34
1 changed files with 0 additions and 5 deletions

View File

@ -126,12 +126,7 @@ public class BedrockInteractTranslator extends PacketTranslator<InteractPacket>
} else {
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;
}
}
}