mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-12 22:54:33 +00:00
Skip Confirm+
This commit is contained in:
parent
a9bc48fa53
commit
be0adbecca
5 changed files with 12 additions and 9 deletions
|
|
@ -2006,7 +2006,7 @@ function SCtFGame::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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue