Updated core library, fixed work with patch folder

This commit is contained in:
Observer KRypt0n_ 2022-08-24 22:07:40 +02:00
parent 02dc016ec7
commit 4843b6f537
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -31,7 +31,7 @@ dependencies = [
[[package]]
name = "anime-game-core"
version = "0.5.0"
version = "0.5.1"
dependencies = [
"bzip2",
"curl",

@ -1 +1 @@
Subproject commit 75bac741dd3ca9380da3997e0f14e24dca9f2f12
Subproject commit ecf84daa6554486a580225f8b498d2e645e50d64

View file

@ -362,7 +362,7 @@ impl App {
let mut synced = false;
match applier.is_sync(&config.patch.servers) {
match applier.is_sync_with(&host) {
Ok(true) => synced = true,
Ok(false) => {