Renames last_run_ai_settings to ai_settings.

Hopefully this helps people realise they can edit it themselves.
This commit is contained in:
Toran Bruce Richards
2023-04-06 11:47:12 +01:00
parent a45ed8c42a
commit 61685c6f0b

View File

@@ -9,7 +9,7 @@ class AIConfig:
self.ai_goals = ai_goals
# Soon this will go in a folder where it remembers more stuff about the run(s)
SAVE_FILE = "../last_run_ai_settings.yaml"
SAVE_FILE = "../ai_settings.yaml"
@classmethod
def load(cls, config_file=SAVE_FILE):