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

@ -1175,7 +1175,7 @@ function LakRabbitGame::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))