diff --git a/Cargo.toml b/Cargo.toml index fb011c5..21d6a4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-launcher-sdk" -version = "1.8.2" +version = "1.8.3" authors = ["Nikita Podvirnyy "] license = "GPL-3.0" readme = "README.md" diff --git a/src/games/honkai/states.rs b/src/games/honkai/states.rs index c790619..4a1029c 100644 --- a/src/games/honkai/states.rs +++ b/src/games/honkai/states.rs @@ -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())