Skip to content

Commit

Permalink
Update golfsim.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SpudGunMan committed Oct 13, 2024
1 parent fd43eb0 commit 8b62d70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/games/golfsim.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ def playGolf(nodeID, message, finishedHole=False):
msg += "\nYou have " + str(distance_remaining) + "yd. ⛳️"
msg += "\nClub?[D, L, M, H, G, W]🏌️"

total_strokes += hole_shots

# save player's current game state, keep stroking
for i in range(len(golfTracker)):
Expand Down

0 comments on commit 8b62d70

Please sign in to comment.