Commit 3ab0f349 authored by mercury233's avatar mercury233

revert

parent e680e145
...@@ -1162,7 +1162,7 @@ ygopro.stoc_follow 'JOIN_GAME', false, (buffer, info, client, server)-> ...@@ -1162,7 +1162,7 @@ ygopro.stoc_follow 'JOIN_GAME', false, (buffer, info, client, server)->
version: settings.version, version: settings.version,
pass: "Marshtomp" pass: "Marshtomp"
} }
#ygopro.ctos_send recorder, 'HS_TOOBSERVER' ygopro.ctos_send recorder, 'HS_TOOBSERVER'
return return
recorder.on 'data', (data)-> recorder.on 'data', (data)->
...@@ -1183,7 +1183,7 @@ ygopro.stoc_follow 'JOIN_GAME', false, (buffer, info, client, server)-> ...@@ -1183,7 +1183,7 @@ ygopro.stoc_follow 'JOIN_GAME', false, (buffer, info, client, server)->
version: settings.version, version: settings.version,
pass: "the Big Brother" pass: "the Big Brother"
} }
#ygopro.ctos_send watcher, 'HS_TOOBSERVER' ygopro.ctos_send watcher, 'HS_TOOBSERVER'
return return
watcher.on 'data', (data)-> watcher.on 'data', (data)->
......
...@@ -1406,6 +1406,7 @@ ...@@ -1406,6 +1406,7 @@
version: settings.version, version: settings.version,
pass: "Marshtomp" pass: "Marshtomp"
}); });
ygopro.ctos_send(recorder, 'HS_TOOBSERVER');
}); });
recorder.on('data', function(data) { recorder.on('data', function(data) {
room = ROOM_all[client.rid]; room = ROOM_all[client.rid];
...@@ -1425,6 +1426,7 @@ ...@@ -1425,6 +1426,7 @@
version: settings.version, version: settings.version,
pass: "the Big Brother" pass: "the Big Brother"
}); });
ygopro.ctos_send(watcher, 'HS_TOOBSERVER');
}); });
watcher.on('data', function(data) { watcher.on('data', function(data) {
var j, len, ref, w; 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