Skip to content
Open
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
6 changes: 2 additions & 4 deletions js/arena-configs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Arena Configurations
* Auto-generated from maDisplayTools/configs/arenas/ and arena_registry/
* Last updated: 2026-02-18T23:17:28.795Z
* Last updated: 2026-02-22T00:06:07.716Z
*
* DO NOT EDIT MANUALLY - regenerate with: node scripts/generate-arena-configs.js
*/
Expand Down Expand Up @@ -186,9 +186,7 @@ const GENERATIONS = {

// Arena ID registry — per-generation namespaces (from maDisplayTools/configs/arena_registry/index.yaml)
const ARENA_REGISTRY = {
'G4': { 1: 'G4_4x12', 2: 'G4_3x12of18' },
'G4.1': { 1: 'G41_2x12_cw' },
'G6': { 1: 'G6_2x10', 2: 'G6_2x8of10', 3: 'G6_3x12of18' }

};

/**
Expand Down