Fixed proxy mode detection

This commit is contained in:
acidicoala
2026-01-08 23:16:10 +05:00
parent 5aaa9ed151
commit bc8ee85e19

View File

@@ -234,7 +234,7 @@ namespace {
}
void init_proxy_mode([[maybe_unused]] void* self_module_handle) {
is_hook_mode = true;
is_hook_mode = false;
original_steamapi_handle = kb::lib::load_original_library(kb::paths::get_self_dir(), STEAM_API_MODULE);
#ifdef KB_LINUX