diff --git a/main.py b/main.py index 0a1a993..df1730c 100644 --- a/main.py +++ b/main.py @@ -76,7 +76,7 @@ def main(): # LOAD LAST GAME - if os.path.isfile("save.json") and ui.query_yes_no("Letztes Spiel laden?"): + if os.path.isfile("save.json") and ui.query_yes_no("Letztes Spiel laden? (save.json)"): with open(SAVE_FILE, "r") as file: save = json.load(file) players = save["players"]