diff --git a/src/p_inter.c b/src/p_inter.c index 3e182bccc..e83315a12 100644 --- a/src/p_inter.c +++ b/src/p_inter.c @@ -1786,7 +1786,7 @@ void P_CheckTimeLimit(void) if (!(multiplayer || netgame)) return; - if (G_RaceGametype()) + if (G_RaceGametype() || battlecapsules) return; if (leveltime < (timelimitintics + starttime))