Commit be53edaf authored by mercury233's avatar mercury233

update recorder pass

parent 6ef9511e
......@@ -1160,9 +1160,9 @@ ygopro.stoc_follow 'JOIN_GAME', false, (buffer, info, client, server)->
}
ygopro.ctos_send recorder, 'JOIN_GAME', {
version: settings.version,
pass: ""
pass: "Marshtomp"
}
ygopro.ctos_send recorder, 'HS_TOOBSERVER'
#ygopro.ctos_send recorder, 'HS_TOOBSERVER'
return
recorder.on 'data', (data)->
......@@ -1181,9 +1181,9 @@ ygopro.stoc_follow 'JOIN_GAME', false, (buffer, info, client, server)->
}
ygopro.ctos_send watcher, 'JOIN_GAME', {
version: settings.version,
pass: ""
pass: "the Big Brother"
}
ygopro.ctos_send watcher, 'HS_TOOBSERVER'
#ygopro.ctos_send watcher, 'HS_TOOBSERVER'
return
watcher.on 'data', (data)->
......
......@@ -1404,9 +1404,8 @@
});
ygopro.ctos_send(recorder, 'JOIN_GAME', {
version: settings.version,
pass: ""
pass: "Marshtomp"
});
ygopro.ctos_send(recorder, 'HS_TOOBSERVER');
});
recorder.on('data', function(data) {
room = ROOM_all[client.rid];
......@@ -1424,9 +1423,8 @@
});
ygopro.ctos_send(watcher, 'JOIN_GAME', {
version: settings.version,
pass: ""
pass: "the Big Brother"
});
ygopro.ctos_send(watcher, 'HS_TOOBSERVER');
});
watcher.on('data', function(data) {
var j, len, ref, w;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment