Update watermark interval

This commit is contained in:
tobspr 2022-05-23 12:30:58 +02:00
parent 999fc10d80
commit 73f6c90c45
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import { T } from "../../../translations";
import { BaseHUDPart } from "../base_hud_part";
import { DynamicDomAttach } from "../dynamic_dom_attach";
const showIntervalSeconds = 9 * 60;
const showIntervalSeconds = 10 * 60;
export class HUDStandaloneAdvantages extends BaseHUDPart {
createElements(parent) {
@ -60,7 +60,7 @@ export class HUDStandaloneAdvantages extends BaseHUDPart {
this.inputReciever = new InputReceiver("standalone-advantages");
this.close();
this.lastShown = -1e10;
this.lastShown = 0;
}
show() {