Fix: experience maestro account type 101, test player account type 100 -> start, result page

This commit is contained in:
2018-08-12 18:55:44 +09:00
parent 823cbef243
commit 9529c0dc4b
4 changed files with 36 additions and 3 deletions
+1 -1
View File
@@ -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("체험 계정에서는 기록이 저장되지 않습니다.");