Nikatlas %!s(int64=6) %!d(string=hai) anos
pai
achega
5c8745f103
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      services/matchmaking/randomFree.js

+ 1 - 0
services/matchmaking/randomFree.js

@@ -13,6 +13,7 @@ class randomFree {
 		nsp.on('connection', (socket) => {
 		  console.log('Someone connected');
 		  socket.join('queue');
+		  socket.emit('test');
 		  this.match();
 		});
 	}