Replace old patch with new

This commit is contained in:
Maroxy 2021-10-17 13:37:42 +02:00
parent bc4a7d0917
commit b0112f04af

View file

@ -56,7 +56,7 @@ $(() => {
LauncherUI.setState('patch-applying');
Genshinlib.applyPatch(() => {
Genshinlib.patchGame(data.game.latest.version, () => {
LauncherUI.setState('game-launch-available');
}, (data) => console.log(data.toString()));
}
@ -74,7 +74,7 @@ $(() => {
LauncherUI.setState('patch-applying');
Genshinlib.applyPatch(() => {
Genshinlib.patchGame(data.game.latest.version, () => {
LauncherUI.setState('game-launch-available');
}, (data) => console.log(data.toString()));
}
@ -134,7 +134,7 @@ $(() => {
LauncherUI.setState('patch-applying');
Genshinlib.applyPatch(() => {
Genshinlib.patchGame(data.game.latest.version, () => {
LauncherUI.setState('game-launch-available');
}, (data) => console.log(data.toString()));
}