patcher: switch to Krock branch

This commit is contained in:
2022-09-29 12:11:32 +07:00
parent e0f3fadc9d
commit abdf19bc16
3 changed files with 5 additions and 3 deletions

View File

@ -29,7 +29,7 @@ except ImportError:
class Patcher:
def __init__(self, gamedir: Path | AsyncPath | str = AsyncPath.cwd(), data_dir: str | Path | AsyncPath = None,
patch_url: str = None, overseas=True, patch_provider="y0soro"):
patch_url: str = None, overseas=True, patch_provider="Krock"):
if isinstance(gamedir, str | Path):
gamedir = AsyncPath(gamedir)
self._gamedir = gamedir