diff --git a/worlds/witness/utils.py b/worlds/witness/utils.py index c5343696..0f02bd29 100644 --- a/worlds/witness/utils.py +++ b/worlds/witness/utils.py @@ -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)