mirror of
https://github.com/SunsetMkt/Akebi-GC.git
synced 2025-09-20 12:36:02 +08:00
Updated all functions to 2.7
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user