clubOrder🥪

resolve https://github.com/SpudGunMan/meshing-around/issues/75
This commit is contained in:
SpudGunMan
2024-09-30 16:56:41 -07:00
parent 7796d03e21
commit f85bdb7d02
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ def playGolf(nodeID, message):
last_cmd = 'putt'
else:
msg += "You have " + str(distance_remaining) + " yards left."
msg += f"\nClub?[D, H, M, L, G, W]🏌️"
msg += f"\nClub?[D, L, M, H, G, W]🏌️"
# save player's current game state, keep stroking
for i in range(len(golfTracker)):