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

@@ -3,6 +3,7 @@
using namespace smoke_api;
// TODO: Implement?
VIRTUAL(bool) IClientUser_IsSubscribedApp(PARAMS(AppId_t app_id)) { // NOLINT(misc-unused-parameters)
return steam_apps::IsDlcUnlocked(__func__, 0, app_id);
}