Remove "roundstart" waittill after the round has started

This commit is contained in:
smallmodel 2023-08-20 01:43:37 +02:00
parent 24f82e8e36
commit 39ae88a2ab
No known key found for this signature in database
GPG key ID: A96F163ED4891440

View file

@ -1569,6 +1569,7 @@ void DM_Manager::StartRound(void)
}
}
level.RemoveWaitTill(STRING_ROUNDSTART);
level.Unregister(STRING_ROUNDSTART);
gi.setConfigstring(CS_WARMUP, va("%.0f", GetMatchStartTime()));
}