mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
handle asia 6s
This commit is contained in:
parent
bee06f18f9
commit
444482d57a
1 changed files with 2 additions and 0 deletions
|
|
@ -346,6 +346,8 @@ impl FromStr for GameMode {
|
|||
"1v1" => Ok(GameMode::Ones),
|
||||
"TF2 Highlander" => Ok(GameMode::Highlander),
|
||||
"ASIA TF2-H" => Ok(GameMode::Highlander),
|
||||
"ASIA TF2-6" => Ok(GameMode::Sixes),
|
||||
"ASIA TF2-4" => Ok(GameMode::Fours),
|
||||
"TF2 8vs8" => Ok(GameMode::Eights),
|
||||
"TF2 6vs6" => Ok(GameMode::Sixes),
|
||||
"TF2 4vs4" => Ok(GameMode::Fours),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue