mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
fix(protocols/sdtd): commands would end up missing the first line
This commit is contained in:
parent
71ce074866
commit
b9767ab99d
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,8 @@ export default class sdtd extends Valve {
|
||||||
port: telnetPort,
|
port: telnetPort,
|
||||||
password: telnetPassword,
|
password: telnetPassword,
|
||||||
passwordPrompt: /Please enter password:/i,
|
passwordPrompt: /Please enter password:/i,
|
||||||
shellPrompt: /\r\n$/
|
shellPrompt: /\r\n$/,
|
||||||
|
echoLines: 0
|
||||||
})
|
})
|
||||||
|
|
||||||
await this.telnetCallPlayers(state)
|
await this.telnetCallPlayers(state)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue