diff --git a/app.js b/app.js index 24d0856..6237bf2 100644 --- a/app.js +++ b/app.js @@ -70,7 +70,7 @@ io.on('connection', function(socket) { ] }; - udpPort.send('06473', msg); + udpPort.send(msg); }); socket.on('userposition', (msg) => {