Allow hooking same interface address

master v2.0.4
acidicoala 1 year ago
parent a54279e150
commit 167701aee1
No known key found for this signature in database
GPG Key ID: D24C6065B49C645B

@ -1 +1 @@
Subproject commit acac7a4450414784f441dc55c52758f550f182ab
Subproject commit 842c83eecfd0b40f572853a36df4dfb24656db4e

@ -145,8 +145,7 @@ namespace steam_impl {
static Set<void*> 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;

Loading…
Cancel
Save