Browse Source

Random Free

Nikatlas 6 năm trước cách đây
mục cha
commit
5c8745f103
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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();
 		});
 	}