Browse Source

Random Free

Nikatlas 6 năm trước cách đây
mục cha
commit
3af8bc09f3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      services/matchmaking/randomFree.js

+ 1 - 1
services/matchmaking/randomFree.js

@@ -1,4 +1,4 @@
-const io  = require('socket.io')();
+const io  = require('socket.io')(3555);
 const nsp = io.of('/randomFree');
 
 class randomFree {