The Witness: Fixed seeds not generating with vanilla logic (#1895)

Yikes, I swear I ran like 15 generations with a random yaml, I got so unlucky
This commit is contained in:
NewSoupVi 2023-06-26 00:20:28 +02:00 committed by GitHub
parent aa8ffa247d
commit 0934e5c711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -252,5 +252,5 @@ def get_logic_file(filepath: str):
if filepath == "WitnessLogicExpert.txt":
return get_sigma_expert_logic()
if filepath == "WitnessLogicVanilla.txt":
return get_vanilla_logic
return get_vanilla_logic()
return get_adjustment_file(filepath)