mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-12 06:34:35 +00:00
(Cont.) Server Core updates
This commit is contained in:
parent
4a7325a74d
commit
20cb3584b9
4 changed files with 74 additions and 50 deletions
|
|
@ -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.";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue