mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-18 09:35:50 +00:00
fix(protocols/minetest): rename ip to address (#678)
* Update minetest protocol Minetest changed property name in list * changelog
This commit is contained in:
parent
7ba1bc9e67
commit
f0c3b76bc5
2 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ export default class minetest extends Core {
|
|||
|
||||
const serverInfo = servers.list.find(
|
||||
(server) =>
|
||||
server.ip === this.options.address && server.port === this.options.port
|
||||
server.address === this.options.address && server.port === this.options.port
|
||||
)
|
||||
|
||||
if (serverInfo == null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue