mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-06-24 20:11:20 +02:00
Update mesh_bot.py
This commit is contained in:
@@ -301,6 +301,10 @@ def handleBlackJack(nodeID, message):
|
||||
if jackTracker[i]['nodeID'] == nodeID:
|
||||
jackTracker[i]['time'] = time.time() - 57600
|
||||
jackTracker[i]['cmd'] = "new"
|
||||
jackTracker[i]['p_cards'] = []
|
||||
jackTracker[i]['d_cards'] = []
|
||||
jackTracker[i]['p_hand'] = []
|
||||
jackTracker[i]['d_hand'] = []
|
||||
|
||||
# # Save the game state to pickle
|
||||
# try:
|
||||
|
||||
Reference in New Issue
Block a user