Add: hide rank button for test players
This commit is contained in:
@@ -156,7 +156,10 @@ class Start {
|
||||
setting, RoundRectButton.NONE_ICON, "순위\n보기",
|
||||
() => {
|
||||
location.href = '../../web/client/ranking.html';
|
||||
});
|
||||
}
|
||||
);
|
||||
if(sessionStorageManager.maestroAccountType == 100)
|
||||
rankingButton.inputEnabled = false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user