mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
Add KSP:DMP fixes #78
This commit is contained in:
parent
ca4ffe5614
commit
86422d576e
4 changed files with 41 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue