also ensure vote messages are sent to main channel anyway

This commit is contained in:
jacob1 2018-05-19 22:09:56 -04:00
parent 74a654a6c5
commit 5da3137faf

View File

@ -3657,7 +3657,7 @@ def lynch(var, wrapper, message):
var.VOTES[voted] = UserList()
if wrapper.source not in var.VOTES[voted]:
var.VOTES[voted].append(wrapper.source)
wrapper.send(messages["player_vote"].format(wrapper.source, voted))
channels.Main.send(messages["player_vote"].format(wrapper.source, voted))
var.LAST_VOTES = None # reset