Skip to content

Commit 34c9279

Browse files
authored
chore: sync arena configs from maDisplayTools
1 parent 0dcac9e commit 34c9279

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

js/arena-configs.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Arena Configurations
33
* Auto-generated from maDisplayTools/configs/arenas/ and arena_registry/
4-
* Last updated: 2026-02-18T23:17:28.795Z
4+
* Last updated: 2026-03-08T00:06:12.684Z
55
*
66
* DO NOT EDIT MANUALLY - regenerate with: node scripts/generate-arena-configs.js
77
*/
@@ -186,9 +186,7 @@ const GENERATIONS = {
186186

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

194192
/**

0 commit comments

Comments
 (0)