Skip to content

Commit 420924b

Browse files
committed
Skip printing game time on startup.
1 parent 970d186 commit 420924b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main.qc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -360,11 +360,6 @@ void() CSQC_ServerInfoChanged =
360360
361361
match_start_time = time;
362362
363-
float argc = tokenize(status);
364-
if (argc == 3 && argv(1) == "min" && argv(2) == "left") {
365-
println("[%.0f] minutes remaining", stof(argv(0)));
366-
}
367-
368363
PipResetTimers(match_start_time);
369364
SelectNextCamera();
370365
};

0 commit comments

Comments
 (0)