Removed steam_api hooking

This commit is contained in:
acidicoala
2022-12-29 21:44:02 +03:00
parent 8cba428c0f
commit 941d5d7d8c
6 changed files with 70 additions and 69 deletions

View File

@@ -27,7 +27,6 @@ namespace smoke_api {
struct Config {
uint32_t $version = 1;
bool logging = false;
bool hook_steamclient = true;
bool unlock_all = true;
Set<uint32_t> override;
Vector<uint32_t> dlc_ids;
@@ -35,10 +34,9 @@ namespace smoke_api {
Vector<uint32_t> inventory_items;
NLOHMANN_DEFINE_TYPE_INTRUSIVE_WITH_DEFAULT(
Config, $version,
Config, $version, // NOLINT(misc-const-correctness)
logging,
unlock_all,
hook_steamclient,
override,
dlc_ids,
auto_inject_inventory,