diff --git a/server/model/monitor.js b/server/model/monitor.js index 2fcb0875..d247fdf1 100644 --- a/server/model/monitor.js +++ b/server/model/monitor.js @@ -495,7 +495,8 @@ class Monitor extends BeanModel { const state = await Gamedig.query({ type: this.game, host: this.hostname, - port: this.port + port: this.port, + givenPortOnly: true, }); bean.msg = state.name;