mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-01-27 15:02:51 -05:00
Added IClientUser_IsSubscribedApp
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
using namespace smoke_api;
|
||||
|
||||
// TODO: Hook?
|
||||
VIRTUAL(bool) IClientUser_IsSubscribedApp(PARAMS(AppId_t app_id)) { // NOLINT(misc-unused-parameters)
|
||||
return steam_apps::IsDlcUnlocked(__func__, 0, app_id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user