Skip to content

Commit bc8ee85

Browse files
committed
Fixed proxy mode detection
1 parent 5aaa9ed commit bc8ee85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/smoke_api/smoke_api.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ namespace {
234234
}
235235

236236
void init_proxy_mode([[maybe_unused]] void* self_module_handle) {
237-
is_hook_mode = true;
237+
is_hook_mode = false;
238238

239239
original_steamapi_handle = kb::lib::load_original_library(kb::paths::get_self_dir(), STEAM_API_MODULE);
240240
#ifdef KB_LINUX

0 commit comments

Comments
 (0)