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

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)