reworking the patchwork for rtv so it should seem normal. hopefully no more bugs

This commit is contained in:
2024-09-29 15:03:09 +02:00
parent 04e56aeeaa
commit 27dbbc9294
2 changed files with 22 additions and 22 deletions
@@ -423,7 +423,6 @@ void StartRTV()
return;
}
PrintToChatAll("Rock The Vote has begun!");
if (EndOfMapVoteEnabled() && HasEndOfMapVoteFinished())
{
@@ -446,6 +445,7 @@ void StartRTV()
if (CanMapChooserStartVote())
{
PrintToChatAll("[RTVE] Rock The Vote has begun!");
MapChange when = view_as<MapChange>(g_Cvar_ChangeTime.IntValue);
InitiateMapChooserVote(when);