diff --git a/modules/dopewar.py b/modules/dopewar.py index 47e4b7f..a130de2 100644 --- a/modules/dopewar.py +++ b/modules/dopewar.py @@ -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: