From a084c61caecc247dfb3d947ffac11bb6934e81d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Th=E1=BA=BF=20H=C6=B0ng?= Date: Wed, 21 May 2025 04:22:38 +0700 Subject: [PATCH] fix: disable repair command The new HoYoPlay launcher doesn't have the ability to get scattered files from the remote anymore, "repairing" the game will just download the whole game again. --- vollerei/cli/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vollerei/cli/commands.py b/vollerei/cli/commands.py index 4e14a02..aed6143 100644 --- a/vollerei/cli/commands.py +++ b/vollerei/cli/commands.py @@ -958,7 +958,7 @@ classes = [ PatchInstallCommand, PatchTelemetryCommand, PatchTypeCommand, - RepairCommand, + # RepairCommand, UpdatePatchCommand, UpdateCommand, UpdateDownloadCommand,