Download patch before patch, bump to 1.2.0

This commit is contained in:
2022-02-18 20:10:27 +07:00
parent 5a492c912c
commit f1beaacd3b
2 changed files with 2 additions and 1 deletions

View File

@ -70,6 +70,7 @@ class UI:
print("Aborting patch process.")
return
print("Patching game...")
asyncio.run(self._patcher.download_patch())
self._patcher.apply_patch(login_fix)
print("Game patched.")
print("Please refrain from sharing this project to public especially official channels, thank you.")