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)->
original: buffer,
decrypted: decrypted_buffer
})
return
return
}, (err, data) ->
if(client.closed)
......
......@@ -2687,7 +2687,7 @@
done('${invalid_password_checksum}');
return;
}
return done(null, {
done(null, {
original: 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