fix(protocols/sdtd): commands would end up missing the first line

This commit is contained in:
CosminPerRam 2025-05-05 22:22:58 +03:00
parent 71ce074866
commit b9767ab99d

View file

@ -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)