changement de la gestion des équipes en ajouts de match (bugge)

This commit is contained in:
cedrick2711
2026-07-15 21:52:46 -04:00
parent 195f3ce312
commit 2965b09dd5
6 changed files with 260 additions and 212 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ ESPORT_GAMES = [
# Game-specific positions for tryouts
GAME_POSITIONS = {
'League of Legends': ['Top Lane', 'Jungle', 'Mid Lane', 'ADC', 'Support'],
'Valorant': ['Controller', 'Initiator', 'Duelist', 'Sentinel'],
'Valorant': ['Controller', 'Initiator', 'Duelist', 'Sentinel', 'Flex'],
'Counter-Strike 2': ['AWPer', 'Entry Fragger', 'Lurker', 'In-Game Leader', 'Support'],
'Rainbow Six Siege': ['Entry', 'Support', 'Breacher', 'Anchor', 'Flex'],
'Overwatch 2': ['Tank', 'Damage', 'Support'],