Add: hide rank button for test players

This commit is contained in:
2018-09-05 09:52:41 +09:00
parent 3d4852c42c
commit 37e623e95e
3 changed files with 50 additions and 74 deletions
+4 -1
View File
@@ -156,7 +156,10 @@ class Start {
setting, RoundRectButton.NONE_ICON, "순위\n보기",
() => {
location.href = '../../web/client/ranking.html';
});
}
);
if(sessionStorageManager.maestroAccountType == 100)
rankingButton.inputEnabled = false;
}