Bug fix patch
This commit is contained in:
parent
870ec96e9a
commit
5175c2b456
|
@ -1,7 +1,7 @@
|
||||||
let {addService,addListener} = require("../WebSocket.js");
|
let {addService,addListener} = require("../WebSocket.js");
|
||||||
|
|
||||||
const Stdoutput = [
|
const Stdoutput = [
|
||||||
["notifyPairInfo", false],
|
["notifyPairInfo", true],
|
||||||
["packrecaive", true],
|
["packrecaive", true],
|
||||||
["packsending", true],
|
["packsending", true],
|
||||||
["notifyRoomInfo", true]
|
["notifyRoomInfo", true]
|
||||||
|
|
Loading…
Reference in New Issue