Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
skizzerz committed Dec 19, 2023
1 parent 334344b commit 4aa0c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gamemodes/pactbreaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def on_lynch(self, evt: Event, var: GameState, votee: User, voters: Iterable[Use
# don't kill the votee
evt.prevent_default = True

def on_abstain(self, evt: Event, var: GameState):
def on_abstain(self, evt: Event, var: GameState, abstains):
self.last_voted = None

def on_lynch_immunity(self, evt: Event, var: GameState, player: User, reason: str):
Expand Down

0 comments on commit 4aa0c7d

Please sign in to comment.