1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00

Change popup interval

This commit is contained in:
tobspr 2022-06-11 11:12:37 +02:00
parent 42b6132866
commit 360937ce5f

View File

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