fix (module): fix build

This commit is contained in:
MDIC
2022-05-03 12:57:44 -04:00
parent 951207def7
commit 3dba1a3b07

View File

@@ -218,6 +218,10 @@ public:
handler->PSendSysMessage("Ignore Control Reports: %u || Ignore Z-Axis Reports: %u", ignorecontrol_reports, zaxis_reports);
return true;
}
else
{
return false;
}
}
static bool HandleAntiCheatGlobalCommand(ChatHandler* handler)