Fix: experience maestro account type 101, test player account type 100 -> start, result page
This commit is contained in:
@@ -33,7 +33,7 @@ class Start {
|
||||
// contents
|
||||
this.loadHowToPlay(sessionStorageManager.playingAppID);
|
||||
this.makeStartButton();
|
||||
if(sessionStorageManager.maestroAccountType == 0) { // experience account
|
||||
if(sessionStorageManager.maestroAccountType >= 100) { // experience account
|
||||
this.printSampleChart();
|
||||
this.announceBox = new AnnounceBox(50, 648);
|
||||
this.announceBox.drawBox("체험 계정에서는 기록이 저장되지 않습니다.");
|
||||
|
||||
Reference in New Issue
Block a user