dev #4

Merged
corbz merged 29 commits from dev into master 2025-02-16 20:52:11 +00:00
Showing only changes of commit f131260bbc - Show all commits

View File

@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Debug environment variable flag.
- Command to build player data from existing log files.
### Fixed
- Unhandled situation where zomboid rotates the log files, causing FileNotFoundError to be raised.
### Changed
- Log level dependent on the debug flag.
@ -27,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- "User has connected/disconnected" alert on player death.
- "User has connected/disconnected" alert incorrectly firing on player death.
### Changed