Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tools/cheat-detection/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading