We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ccc3b commit 6685e55Copy full SHA for 6685e55
1 file changed
src/spectator/reporters/demo-playing.mjs
@@ -31,7 +31,7 @@ export async function reportDemoPlayingOnce() {
31
void execCfgCommand("demoui")
32
.catch(() => undefined)
33
.finally(() => { playingState.demouiHidden = true; });
34
- }, 3000);
+ }, 500);
35
36
demoState.paused = true;
37
demoState.lastTickAtSeek = 0;
0 commit comments