Browse Source

Random Free

Nikatlas 6 years ago
parent
commit
5c8745f103
1 changed files with 1 additions and 0 deletions
  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();
 		});
 	}