Removed steamclient unhooking

This commit is contained in:
acidicoala
2025-09-11 18:20:47 +05:00
parent cd17470117
commit 904dfb9fbb

View File

@@ -243,8 +243,6 @@ namespace steam_interfaces {
LOG_ERROR("Failed to get generic interface: '{}'", interface_version)
}
}
kb::hook::unhook_vt_all(THIS);
} catch(const std::exception& e) {
LOG_ERROR("{} -> Unhandled exception: {}", __func__, e.what());
}