Commit 972a11a2 authored by nanahira's avatar nanahira

save

parent b8e4a1f0
Pipeline #5332 failed with stages
in 3 minutes and 43 seconds
......@@ -1436,7 +1436,7 @@ class Room
@hostinfo.mode = 1
if (rule.match /(^|,|,)(TMR|TCGMATCHRANDOM)(,|,|$)/)
@hostinfo.rule = 2
@hostinfo.rule = 5
@hostinfo.lflist = _.findIndex lflists, (list)-> list.tcg
@hostinfo.mode = 1
......
......@@ -1855,7 +1855,7 @@
this.hostinfo.mode = 1;
}
if (rule.match(/(^|,|,)(TMR|TCGMATCHRANDOM)(,|,|$)/)) {
this.hostinfo.rule = 2;
this.hostinfo.rule = 5;
this.hostinfo.lflist = _.findIndex(lflists, function(list) {
return list.tcg;
});
......
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