mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-06-24 20:11:20 +02:00
🥔
This commit is contained in:
+1
-1
@@ -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']}."
|
||||
|
||||
Reference in New Issue
Block a user