Add KSP:DMP fixes #78

This commit is contained in:
mmorrison 2018-02-13 03:24:40 -06:00
parent ca4ffe5614
commit 86422d576e
4 changed files with 41 additions and 1 deletions

View file

@ -4,7 +4,7 @@ class Terraria extends require('./core') {
run(state) {
request({
uri: 'http://'+this.options.address+':'+this.options.port_query+'/v2/server/status',
timeout: 3000,
timeout: this.options.socketTimeout,
qs: {
players: 'true',
token: this.options.token