mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-01-25 14:02:55 -05:00
Added IClientApps, IClientAppManager, IClientUser
This commit is contained in:
@@ -135,8 +135,8 @@ namespace smoke_api {
|
||||
}
|
||||
}
|
||||
|
||||
bool should_unlock(uint32_t appId) {
|
||||
return config.unlock_all != config.override.contains(appId);
|
||||
bool should_unlock(uint32_t app_id) {
|
||||
return config.unlock_all != config.override.contains(app_id);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user