(Cont.) Server Core updates

This commit is contained in:
ChocoTaco 2019-12-12 23:32:45 -05:00
parent 4a7325a74d
commit 20cb3584b9
4 changed files with 74 additions and 50 deletions

View file

@ -10,7 +10,7 @@
function VoteSound( %game, %typename, %arg1, %arg2, %VoteSoundRandom )
{
if( $VoteSoundInProgress && $Host::EnableVoteSound && $VoteSoundRandom $= %VoteSoundRandom )
if( Game.scheduleVote !$= "" && $Host::EnableVoteSound && $VoteSoundRandom $= %VoteSoundRandom ) //Game.scheduleVote !$= "" is if vote is active
{
%votemsg = "Press Insert for Yes or Delete for No.";