From a6ca3544249c6d5e6e832f51b3b210f9129972fe Mon Sep 17 00:00:00 2001 From: owen Date: Thu, 25 Jun 2026 08:04:45 -0400 Subject: [PATCH] Aggregate cheat-level flags across beta-2.2.x releases. Minor cheat-check version bumps share the same heuristics; use a beta-2.2 prefix for promotion so players are not stuck at cheat_level 0 after a patch. Co-authored-by: Cursor --- tools/cheat-detection/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/cheat-detection/main.go b/tools/cheat-detection/main.go index 9000622..261f2af 100644 --- a/tools/cheat-detection/main.go +++ b/tools/cheat-detection/main.go @@ -26,7 +26,8 @@ var logger = logging.NewLogger("cheat-detection") const ( numBungieWorkers = 15 - versionPrefix = "beta-2.2.5" + // Minor cheat-check bumps (beta-2.2.x) share heuristics; aggregate flags across the whole line for cheat-level promotion. + versionPrefix = "beta-2.2" ) // Instances played by level 3+ accounts that have not yet been checked at the current version.