Commit cfa846bb authored by nanahira's avatar nanahira

Merge branch 'master' into ai-play

parents ffabf2aa 449e2454
Pipeline #5561 failed with stages
in 60 minutes and 3 seconds
......@@ -2393,7 +2393,7 @@ ygopro.ctos_follow 'JOIN_GAME', true, (buffer, info, client, server, datas)->
auto_death: !!(opt0 & 0x1) ? 40 : false
}
#console.log(options)
if(options.rule == 3)
if(options.rule == 2)
options.lflist = -1
else
options.lflist = _.findIndex lflists, (list)-> ((options.rule == 1) == list.tcg) and list.date.isBefore()
......
......@@ -3147,7 +3147,7 @@
}
};
//console.log(options)
if (options.rule === 3) {
if (options.rule === 2) {
options.lflist = -1;
} else {
options.lflist = _.findIndex(lflists, function(list) {
......
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