diff --git a/protocols/palworld.js b/protocols/palworld.js index 33b8bb8..e01ab90 100644 --- a/protocols/palworld.js +++ b/protocols/palworld.js @@ -1,6 +1,12 @@ import Core from './core.js' export default class palworld extends Core { + constructor () { + super() + // Don't use the tcp ping probing + this.usedTcp = true + } + async makeCall (endpoint) { const url = `http://${this.options.host}:${this.options.port}/v1/api/${endpoint}` const headers = {