mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-12 06:34:35 +00:00
Skip Confirm+
This commit is contained in:
parent
a9bc48fa53
commit
be0adbecca
5 changed files with 12 additions and 9 deletions
|
|
@ -839,7 +839,7 @@ function DMGame::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