Compare commits

...

2 Commits

View File

@ -162,7 +162,6 @@ def repair_game(
raise RepairError(
"pkg_version file not found, most likely you need to download the full game again."
) from e
else:
with pkg_version_file.open("r") as f:
for line in f.readlines():
line = line.strip()