Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jporubci committed Oct 19, 2023
1 parent 1236751 commit d33d340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tong-its.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ async def main(state_info):

# Disable player whose meld got added to from calling draw
server.players[message['player_id']].can_draw = False
if message['played_id'] == 0:
if message['player_id'] == 0:
sabotage = True

# Disable player from calling draw
Expand Down

0 comments on commit d33d340

Please sign in to comment.