This commit is contained in:
Wkeynhk
2025-12-26 01:34:09 +03:00
parent 7f0dc5eee4
commit 358f41b4ba
4 changed files with 4 additions and 4 deletions

View File

@@ -166,4 +166,4 @@ const startGameDownload = async (
}
};
registerEvent("startGameDownload", startGameDownload);
registerEvent("startGameDownload", startGameDownload);

View File

@@ -438,4 +438,4 @@ export class DownloadManager {
await PythonRPC.rpc.post("/action", payload);
this.downloadingGameId = levelKeys.game(download.shop, download.objectId);
}
}
}

View File

@@ -79,4 +79,4 @@ export class BuzzheavierApi {
): Promise<string> {
return extractHosterFilename(url, directUrl);
}
}
}

View File

@@ -126,4 +126,4 @@ export class FuckingFastApi {
): Promise<string> {
return extractHosterFilename(url, directUrl);
}
}
}