Fix: hide new record particel effect in result if experience player logged in
This commit is contained in:
@@ -35,7 +35,6 @@ class Result {
|
||||
|
||||
// contents
|
||||
this.printRecord();
|
||||
this.printTodayBestRecord();
|
||||
this.uploadRecord();
|
||||
|
||||
this.makeRestartButton();
|
||||
@@ -46,6 +45,7 @@ class Result {
|
||||
this.announceBox.drawBox("체험 계정에서는 기록이 저장되지 않습니다.");
|
||||
} else {
|
||||
let recordBoard = new RecordBoard(RecordBoard.TYPE_DB);
|
||||
this.printTodayBestRecord();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user