Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
skizzerz authored Jul 11, 2024
1 parent f7823d0 commit 3db6d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wolfgame.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ def leave(var: Optional[GameState | PregameState], what: str, user: User, why=No
if num_remaining <= 0:
population = " " + messages["no_players_remaining"]
else:
population = " " + messages["new_player_count"].format(lpl)
population = " " + messages["new_player_count"].format(num_remaining)

reveal = ""
if not var.in_game or var.role_reveal not in ("on", "team"):
Expand Down

0 comments on commit 3db6d87

Please sign in to comment.