mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-01 13:29:06 +02:00
core: region_processor: fix crash due to incorrect counting in info message
Fixes #52
This commit is contained in:
parent
d435643cfc
commit
66189d279c
4 changed files with 47 additions and 34 deletions
|
@ -2,6 +2,13 @@
|
|||
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix crash due to incorrect counting in info message
|
||||
|
||||
The calculation of the number of skipped regions could underflow when more invalid than valid
|
||||
regions were encountered.
|
||||
|
||||
## [2.1.0] - 2024-01-27
|
||||
|
||||
### Added
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue