diff --git a/compare_tools/Mod.py b/compare_tools/Mod.py index 010c3b2..c22dcee 100644 --- a/compare_tools/Mod.py +++ b/compare_tools/Mod.py @@ -15,7 +15,8 @@ def __init__(self, mod_url): self.path = Path("mods_locale/" + self.name) self.path_en = self.path / "locale/en" - + print(self.path) + print(self.path_en) if not os.path.exists(self.path_en): init_mod(self) print(f"Mod {self.name} by {self.owner} loaded!")