Fix: hide new record particel effect in result if experience player logged in

This commit is contained in:
2018-09-12 09:19:11 +09:00
parent f38e779317
commit 860a6500a1
3 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -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();
}