Skip to content

Commit

Permalink
Clear vote casters at debate start as well, to be safe
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystalwarrior committed Oct 4, 2024
1 parent d047b1d commit e9d1713
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/area.py
Original file line number Diff line number Diff line change
Expand Up @@ -2113,6 +2113,8 @@ def start_debate(self, client, target, pta=False):
self.blue_team.clear()
self.red_team.add(client.char_id)
self.blue_team.add(target.char_id)

self.votes_cast.clear()
if pta:
self.minigame = "Panic Talk Action"
timer = self.panic_talk_action_timer
Expand Down

0 comments on commit e9d1713

Please sign in to comment.