mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2025-12-05 21:15:39 -05:00
Fixed store mode
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
cmake_minimum_required(VERSION 3.24)
|
cmake_minimum_required(VERSION 3.24)
|
||||||
|
|
||||||
project(SmokeAPI VERSION 2.0.3)
|
project(SmokeAPI VERSION 2.0.5)
|
||||||
|
|
||||||
include(KoalaBox/cmake/KoalaBox.cmake)
|
include(KoalaBox/cmake/KoalaBox.cmake)
|
||||||
|
|
||||||
|
|||||||
@@ -195,7 +195,7 @@ namespace steam_impl {
|
|||||||
if (version_number >= 2) {
|
if (version_number >= 2) {
|
||||||
HOOK_STEAM_INVENTORY(ISteamInventory_GetResultItemProperty)
|
HOOK_STEAM_INVENTORY(ISteamInventory_GetResultItemProperty)
|
||||||
}
|
}
|
||||||
} else if (version_string.starts_with(CLIENT_ENGINE)) {
|
} else if (version_string.starts_with(CLIENT_ENGINE) && !hooked_interfaces.contains(interface)) {
|
||||||
#if COMPILE_STORE_MODE
|
#if COMPILE_STORE_MODE
|
||||||
store::steamclient::process_client_engine(reinterpret_cast<uintptr_t>(interface));
|
store::steamclient::process_client_engine(reinterpret_cast<uintptr_t>(interface));
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user