Skip to content

Commit

Permalink
Add F1 to the title game options
Browse files Browse the repository at this point in the history
  • Loading branch information
slmnio committed Mar 9, 2023
1 parent 9044e22 commit b5aaf89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/src/actions/set-title.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ module.exports = {
const gameMap = {
"Overwatch": "Overwatch 2",
"Valorant": "VALORANT",
"League of Legends": "League of Legends"
"League of Legends": "League of Legends",
"F1": "F1 22"
};

if (event.game && gameMap[event.game]) {
Expand Down

0 comments on commit b5aaf89

Please sign in to comment.