Skip to content

Commit

Permalink
chore: fix some more ids caught by rust id testing
Browse files Browse the repository at this point in the history
  • Loading branch information
CosminPerRam committed Jan 10, 2024
1 parent f7a9c31 commit 7cb98eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/games.js
Original file line number Diff line number Diff line change
Expand Up @@ -1392,15 +1392,15 @@ export const games = {
},
release_year: 2017
},
left4dead: {
l4d: {
name: 'Left 4 Dead',
options: {
port: 27015,
protocol: 'valve'
},
release_year: 2008
},
left4dead2: {
l4d2: {
name: 'Left 4 Dead 2',
options: {
port: 27015,
Expand Down Expand Up @@ -2486,7 +2486,7 @@ export const games = {
},
release_year: 2006
},
tribes1starsiege: {
t1s: {
name: 'Tribes 1: Starsiege',
options: {
port: 28001,
Expand Down

0 comments on commit 7cb98eb

Please sign in to comment.