Commit e2819e7c authored by nanahira's avatar nanahira

fix

parent 2e8dc542
...@@ -2146,6 +2146,7 @@ ygopro.ctos_follow 'JOIN_GAME', false, (buffer, info, client, server, datas)-> ...@@ -2146,6 +2146,7 @@ ygopro.ctos_follow 'JOIN_GAME', false, (buffer, info, client, server, datas)->
original: buffer, original: buffer,
decrypted: decrypted_buffer decrypted: decrypted_buffer
}) })
return
return return
}, (err, data) -> }, (err, data) ->
if(client.closed) if(client.closed)
......
...@@ -2687,7 +2687,7 @@ ...@@ -2687,7 +2687,7 @@
done('${invalid_password_checksum}'); done('${invalid_password_checksum}');
return; return;
} }
return done(null, { done(null, {
original: buffer, original: buffer,
decrypted: decrypted_buffer decrypted: decrypted_buffer
}); });
......
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