: get it
This commit is contained in:
SpudGunMan
2024-09-27 22:17:07 -07:00
parent 39bdabffcb
commit 2f19d86c95
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -450,7 +450,7 @@ def playBlackJack(nodeID, message):
# check high score
highScore = loadHSJack()
if highScore != 0 and p_chips.total > highScore['highScore']:
msg += f"💰💰High Score{p_chips.total} "
msg += f"💰HighScore💰{p_chips.total} "
saveHSJack(nodeID, p_chips.total)
else:
msg += f"💰You have {p_chips.total} chips "