- fixed honkai telemetry check error
This commit is contained in:
Observer KRypt0n_ 2023-06-18 17:40:03 +02:00
parent 1a93231520
commit 56539ab78d
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "anime-launcher-sdk"
version = "1.8.2"
version = "1.8.3"
authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"]
license = "GPL-3.0"
readme = "README.md"

View file

@ -85,7 +85,7 @@ impl LauncherState {
}
// Check telemetry servers
let disabled = telemetry::is_disabled(params.game_edition)
let disabled = telemetry::is_disabled()
// Return true if there's no domain name resolved, or false otherwise
.map(|result| result.is_none())