mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-04 00:41:35 +02:00
Update lemonade.py
This commit is contained in:
+1
-1
@@ -554,7 +554,7 @@ def start_lemonade(nodeID, message, celsius=False):
|
||||
high_score['userID'] = nodeID
|
||||
with open('lemonade_hs.pkl', 'wb') as file:
|
||||
pickle.dump(high_score, file)
|
||||
endGame()
|
||||
endGame(nodeID)
|
||||
|
||||
else:
|
||||
# keep playing
|
||||
|
||||
Reference in New Issue
Block a user