mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2025-12-05 21:15:39 -05:00
Allow hooking same interface address
This commit is contained in:
2
KoalaBox
2
KoalaBox
Submodule KoalaBox updated: acac7a4450...842c83eecf
@@ -145,8 +145,7 @@ namespace steam_impl {
|
|||||||
static Set<void*> hooked_interfaces;
|
static Set<void*> hooked_interfaces;
|
||||||
|
|
||||||
if (hooked_interfaces.contains(interface)) {
|
if (hooked_interfaces.contains(interface)) {
|
||||||
// This interface is already hooked. Skipping it.
|
LOG_DEBUG("Interface {} at {} has already been hooked.", version_string, interface)
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static Mutex section;
|
static Mutex section;
|
||||||
|
|||||||
Reference in New Issue
Block a user