mirror of
https://github.com/jiojciojsioe3/a3cjroijsiojiorj.git
synced 2024-11-15 07:21:50 +08:00
fix courses with p1 and p2 notes
This commit is contained in:
parent
ef332d08e8
commit
54f807a8d5
@ -64,7 +64,7 @@
|
||||
if(line.slice(0, 1) === "#"){
|
||||
|
||||
var name = line.slice(1).toLowerCase()
|
||||
if(name === "start" && !inSong){
|
||||
if((name === "start" || name === "start p1") && !inSong){
|
||||
|
||||
inSong = true
|
||||
if(!hasSong){
|
||||
|
Loading…
Reference in New Issue
Block a user