chore: log high wpm results

This commit is contained in:
Miodec 2025-08-20 11:44:23 +02:00
parent 7018b83e27
commit 2a6bfbeefb

View file

@ -284,6 +284,15 @@ export async function addResult(
await addImportantLog("suspicious_user_result", completedEvent, uid);
}
if (
completedEvent.mode === "time" &&
(completedEvent.mode2 === "60" || completedEvent.mode2 === "15") &&
completedEvent.wpm > 250 &&
user.lbOptOut !== true
) {
await addImportantLog("highwpm_user_result", completedEvent, uid);
}
if (anticheatImplemented()) {
if (
!validateResult(