Change popup interval

This commit is contained in:
tobspr 2022-06-11 11:12:37 +02:00
parent 42b6132866
commit 360937ce5f
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ export class HUDStandaloneAdvantages extends BaseHUDPart {
if (G_IS_STANDALONE) {
return 20 * 60;
}
return 5 * 60;
return 15 * 60;
}
initialize() {