This commit is contained in:
SpudGunMan
2024-09-28 00:14:27 -07:00
parent 008d55e63b
commit 723b67f886
+1 -1
View File
@@ -339,7 +339,7 @@ def handleLemonade(nodeID, message):
# high score
highScore = {'nodeID': 0, 'value': 0}
highScore = loadHSLemon()
highScore = getHighScoreLemon()
if highScore != 0:
if highScore['nodeID'] != 0:
msg += f" HighScore🥇{get_name_from_number(highScore['nodeID'])} with ${highScore['value']}."