Commit ee3894fb authored by nanahira's avatar nanahira

fix

parent f479ae35
Pipeline #37731 passed with stages
in 11 minutes and 9 seconds
...@@ -1371,7 +1371,7 @@ class Room ...@@ -1371,7 +1371,7 @@ class Room
if (rule.match /(^|,|,)(T|TAG)(,|,|$)/) if (rule.match /(^|,|,)(T|TAG)(,|,|$)/)
@hostinfo.mode = 2 @hostinfo.mode = 2
@hostinfo.start_lp = 16000 @hostinfo.start_lp = settings.hostinfo.start_lp * 2
if (rule.match /(^|,|,)(OOR|OCGONLYRANDOM)(,|,|$)/) if (rule.match /(^|,|,)(OOR|OCGONLYRANDOM)(,|,|$)/)
@hostinfo.rule = 0 @hostinfo.rule = 0
......
...@@ -1787,7 +1787,7 @@ ...@@ -1787,7 +1787,7 @@
} }
if (rule.match(/(^|,|,)(T|TAG)(,|,|$)/)) { if (rule.match(/(^|,|,)(T|TAG)(,|,|$)/)) {
this.hostinfo.mode = 2; this.hostinfo.mode = 2;
this.hostinfo.start_lp = 16000; this.hostinfo.start_lp = settings.hostinfo.start_lp * 2;
} }
if (rule.match(/(^|,|,)(OOR|OCGONLYRANDOM)(,|,|$)/)) { if (rule.match(/(^|,|,)(OOR|OCGONLYRANDOM)(,|,|$)/)) {
this.hostinfo.rule = 0; this.hostinfo.rule = 0;
......
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