diff --git a/lib/index.js b/lib/index.js index 6bd7f01..5a8c5c7 100644 --- a/lib/index.js +++ b/lib/index.js @@ -6,7 +6,7 @@ const activeQueries = []; const udpSocket = dgram.createSocket('udp4'); udpSocket.unref(); -udpSocket.bind(21943); +udpSocket.bind(); udpSocket.on('message', (buffer, rinfo) => { if(Gamedig.debug) { console.log(rinfo.address+':'+rinfo.port+" <--UDP");