From 167701aee13b70769f5ebb398d5c54a89cd72afb Mon Sep 17 00:00:00 2001 From: acidicoala <67734819+acidicoala@users.noreply.github.com> Date: Sun, 12 Mar 2023 20:47:38 +0400 Subject: [PATCH] Allow hooking same interface address --- KoalaBox | 2 +- src/steam_impl/steam_impl.cpp | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/KoalaBox b/KoalaBox index acac7a4..842c83e 160000 --- a/KoalaBox +++ b/KoalaBox @@ -1 +1 @@ -Subproject commit acac7a4450414784f441dc55c52758f550f182ab +Subproject commit 842c83eecfd0b40f572853a36df4dfb24656db4e diff --git a/src/steam_impl/steam_impl.cpp b/src/steam_impl/steam_impl.cpp index 20a48bc..5d654c2 100644 --- a/src/steam_impl/steam_impl.cpp +++ b/src/steam_impl/steam_impl.cpp @@ -145,8 +145,7 @@ namespace steam_impl { static Set hooked_interfaces; if (hooked_interfaces.contains(interface)) { - // This interface is already hooked. Skipping it. - return; + LOG_DEBUG("Interface {} at {} has already been hooked.", version_string, interface) } static Mutex section;