Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a crash when burning things (#36471)
* Make sure material_type::_burn_data is never empty Perhaps this is a purist in me talking, but a JSON array can be empty but _burn_data must not be empty because material_type::burn_data() returns a reference to one of its elements. * Fix read past the end of vector in burn_data #36441
- Loading branch information