patcher: switch to Krock branch
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user