logic typo

This commit is contained in:
Miodec 2022-05-21 01:35:56 +02:00
parent 42d984981a
commit 411ebab487

View file

@ -117,7 +117,7 @@ function updateFooter(lb: LbKey): void {
return;
}
if (DB.getSnapshot().globalStats?.time ?? 0 < 3600) {
if ((DB.getSnapshot().globalStats?.time ?? 0) < 7200) {
$(`#leaderboardsWrapper table.${side} tfoot`).html(`
<tr>
<td colspan="6" style="text-align:center;">Your account must have 2 hours typed to be placed on the leaderboard.</>