Updated all functions to 2.7

This commit is contained in:
Joaquin
2022-05-28 04:21:08 -06:00
parent e5def24b40
commit 45146d71be
26 changed files with 733 additions and 694 deletions

View File

@ -24,7 +24,7 @@ namespace cheat::feature
{
for (int i = 0; i < 4; i++) {
LOG_TRACE("Emulating call of RecordUserData with type %d", i);
app::Application_RecordUserData(nullptr, i, nullptr);
app::Application_RecordUserData(i, nullptr);
}
// if (m_Enabled) {