Remove OOC enabling for vote on round in progress

This commit is contained in:
datlo
2020-02-08 19:56:33 +01:00
parent ab9b2b117c
commit 20fe03384e
-1
View File
@@ -52,7 +52,6 @@ SUBSYSTEM_DEF(vote)
voting.Cut()
current_votes.Cut()
if(auto_muted && !config.ooc_allowed)
auto_muted = 0
config.ooc_allowed = !( config.ooc_allowed )
to_chat(world, "<b>The OOC channel has been automatically enabled due to vote end.</b>")