Skip to content

Commit

Permalink
Fix vote casters not being cleared when minigame ends
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystalwarrior committed Oct 4, 2024
1 parent b86a250 commit d047b1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/area.py
Original file line number Diff line number Diff line change
Expand Up @@ -1949,6 +1949,7 @@ def end_minigame(self, reason=""):
self.invite_list = self.old_invite_list
self.red_team.clear()
self.blue_team.clear()
self.votes_cast.clear()
self.send_timer_set_time(2, None)
self.send_ic(
msg=f"~~}}}}`{self.minigame} END!`\\n{reason}",
Expand Down

0 comments on commit d047b1d

Please sign in to comment.