edit comment

This commit is contained in:
Shadow-Quill
2020-04-17 18:49:50 -05:00
committed by GitHub
parent 9be061fc31
commit 2f2f9ef5bb
+1 -1
View File
@@ -255,7 +255,7 @@ SUBSYSTEM_DEF(vote)
to_world("<font color='purple'><b>[text]</b>\nType <b>vote</b> or click <a href='?src=\ref[src]'>here</a> to place your votes.\nYou have [config.vote_period / 10] seconds to vote.</font>")
if(vote_type == VOTE_CREW_TRANSFER || vote_type == VOTE_GAMEMODE || vote_type == VOTE_CUSTOM)
world << sound('sound/misc/notice1.ogg', repeat = 0, wait = 0, volume = 50, channel = 3)
world << sound('sound/misc/notice1.ogg', repeat = 0, wait = 0, volume = 50, channel = 3) //YW Edit
if(mode == VOTE_GAMEMODE && round_progressing)