[Game] Remove instances of using unwrap without handling the panics

This commit is contained in:
CosminPerRam 2023-09-06 13:37:48 +03:00
parent d97bd68ada
commit 7cfecbfff9
2 changed files with 9 additions and 9 deletions

View file

@ -8,7 +8,7 @@ Games:
Protocols:
- Quake 2: Fixed a bug where the version tag wouldn't always be present.
- The Ship: Fixed some instances of using `unwrap` without handling the panics.
- The Ship: Removed instances of using `unwrap` without handling the panics.
Crate:
- Rich errors, capturing backtrace is done on `RUST_BACKTRACE=1`.