mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-18 09:35:50 +00:00
feat(protocols/sdtd): add telnet support for players (#692)
* feat(protocols/sdtd): add telnet support * docs: update CHANGELOG.md
This commit is contained in:
parent
4db8a473ff
commit
71ce074866
9 changed files with 159 additions and 5 deletions
|
|
@ -2602,10 +2602,11 @@ export const games = {
|
|||
options: {
|
||||
port: 26900,
|
||||
port_query_offset: 1,
|
||||
protocol: 'valve'
|
||||
protocol: 'sdtd'
|
||||
},
|
||||
extra: {
|
||||
old_id: '7d2d'
|
||||
old_id: '7d2d',
|
||||
doc_notes: 'sdtd'
|
||||
}
|
||||
},
|
||||
satisfactory: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue