From 7b134a1a90b177def675c1245fc4d04d785de156 Mon Sep 17 00:00:00 2001 From: toaster Date: Sun, 3 Aug 2025 20:17:15 +0100 Subject: [PATCH] Resolve #1616 --- src/g_game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g_game.c b/src/g_game.c index 71e8918fa..e59199a08 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -4893,7 +4893,7 @@ static void G_DoCompleted(void) } else { - Y_MidIntermission(); + //Y_MidIntermission(); -- we don't want bots retired or teams wiped if (grandprixinfo.gp == true) { K_UpdateGPRank(&grandprixinfo.rank);