From 2f0b77b3cc8e0ae8df9c29e01cdc09e610479070 Mon Sep 17 00:00:00 2001 From: tobspr Date: Thu, 16 Jul 2020 09:18:14 +0200 Subject: [PATCH] Reduce demo dialog interval --- src/js/game/hud/parts/standalone_reminder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/game/hud/parts/standalone_reminder.js b/src/js/game/hud/parts/standalone_reminder.js index 238fe20c..6b25fc61 100644 --- a/src/js/game/hud/parts/standalone_reminder.js +++ b/src/js/game/hud/parts/standalone_reminder.js @@ -3,7 +3,7 @@ import { T } from "../../../translations"; import { THIRDPARTY_URLS } from "../../../core/config"; // How often to show the dialog -const DIALOG_INTERVAL = 15; +const DIALOG_INTERVAL = 30; // When to start showing the dialogs const DIALOG_START_INTERVAL = 15;