mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +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,
|
||||
password: telnetPassword,
|
||||
passwordPrompt: /Please enter password:/i,
|
||||
shellPrompt: /\r\n$/
|
||||
shellPrompt: /\r\n$/,
|
||||
echoLines: 0
|
||||
})
|
||||
|
||||
await this.telnetCallPlayers(state)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue