mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
feat: Add support for Icarus (#626)
* Add support for Icarus via valve protocol * Add changelog entry
This commit is contained in:
parent
e74ae933b3
commit
fe8628fcee
3 changed files with 10 additions and 0 deletions
|
|
@ -1553,6 +1553,14 @@ export const games = {
|
|||
old_id: 'il2'
|
||||
}
|
||||
},
|
||||
icarus: {
|
||||
name: 'Icarus',
|
||||
release_year: 2021,
|
||||
options: {
|
||||
port: 27015,
|
||||
protocol: 'valve'
|
||||
}
|
||||
},
|
||||
insurgency: {
|
||||
name: 'Insurgency',
|
||||
release_year: 2014,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue