Skip Confirm+

This commit is contained in:
ChocoTaco 2025-01-11 17:41:16 -05:00
parent a9bc48fa53
commit be0adbecca
5 changed files with 12 additions and 9 deletions

View file

@ -2265,7 +2265,7 @@ function LCTFGame::sendGameVoteMenu(%game, %client, %key)
if(%game.scheduleVote $= "")
{
//echo(%client.ForceVote);
if(%client.ForceVote $= "skip_confirm")
if(%client.ForceVote $= "skip_confirm+")
return;
if(!%isAdmin || (%isAdmin && %client.ForceVote))