mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-18 09:35:50 +00:00
feat: add xonotic support (#472)
This commit is contained in:
parent
e05ac1fd48
commit
10718d917c
3 changed files with 10 additions and 0 deletions
|
|
@ -2742,6 +2742,14 @@ export const games = {
|
|||
},
|
||||
release_year: 2006
|
||||
},
|
||||
xonotic: {
|
||||
name: 'Xonotic',
|
||||
options: {
|
||||
port: 26000,
|
||||
protocol: 'quake3'
|
||||
},
|
||||
release_year: 2011
|
||||
},
|
||||
xpandrally: {
|
||||
name: 'Xpand Rally',
|
||||
options: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue