feat (update): OpCodeAck Hack Detection fully established.

This commit is contained in:
MDIC
2022-08-21 10:00:20 -04:00
parent a4e1ef2feb
commit 87fcf71e26
6 changed files with 32 additions and 14 deletions

View File

@@ -50,7 +50,9 @@ enum ReportTypes
ANTISWIM_HACK_REPORT = 9,
GRAVITY_HACK_REPORT = 10,
ANTIKNOCK_BACK_HACK_REPORT = 11,
NO_FALL_DAMAGE_HACK_REPORT = 12
NO_FALL_DAMAGE_HACK_REPORT = 12,
OP_ACK_HACK_REPORT = 13
// MAX_REPORT_TYPES
};