Commit 0e751721 authored by nanahira's avatar nanahira

fix tag start lp

parent 1a600d3a
......@@ -1304,7 +1304,7 @@ class Room
@hostinfo.mode = 1
else if name[0...2] == 'T#'
@hostinfo.mode = 2
@hostinfo.start_lp = 16000
@hostinfo.start_lp = settings.hostinfo.start_lp * 2
else if name[0...3] == 'AI#'
@hostinfo.rule = 5
@hostinfo.lflist = -1
......
......@@ -1707,7 +1707,7 @@
this.hostinfo.mode = 1;
} else if (name.slice(0, 2) === 'T#') {
this.hostinfo.mode = 2;
this.hostinfo.start_lp = 16000;
this.hostinfo.start_lp = settings.hostinfo.start_lp * 2;
} else if (name.slice(0, 3) === 'AI#') {
this.hostinfo.rule = 5;
this.hostinfo.lflist = -1;
......
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