Update dopewar.py

This commit is contained in:
SpudGunMan
2024-09-19 00:56:18 -07:00
parent 91ea47a6f4
commit 9e8aec16e5

View File

@@ -332,7 +332,7 @@ def get_location_table(nodeID, choice=0):
def endGame(nodeID):
global dwCashDb, dwInventoryDb, dwLocationDb, dwGameDayDb, dwHighScore
msg = ''
dwHighScore = getHighScore()
dwHighScore = getHighScoreDw()
# Confirm the cash for the user
for i in range(0, len(dwCashDb)):
if dwCashDb[i].get('userID') == nodeID: