mirror of
https://github.com/amiayweb/Hytale-F2P.git
synced 2026-02-26 18:41:58 -03:00
fix: change default release version to 7.pwr
This commit is contained in:
@@ -972,7 +972,7 @@ function setupRetryButton() {
|
|||||||
if (!currentDownloadState.retryData || currentDownloadState.errorType === 'jre') {
|
if (!currentDownloadState.retryData || currentDownloadState.errorType === 'jre') {
|
||||||
currentDownloadState.retryData = {
|
currentDownloadState.retryData = {
|
||||||
branch: 'release',
|
branch: 'release',
|
||||||
fileName: '4.pwr'
|
fileName: '7.pwr'
|
||||||
};
|
};
|
||||||
console.log('[UI] Created default PWR retry data:', currentDownloadState.retryData);
|
console.log('[UI] Created default PWR retry data:', currentDownloadState.retryData);
|
||||||
}
|
}
|
||||||
@@ -1040,7 +1040,7 @@ function setupRetryButton() {
|
|||||||
} else {
|
} else {
|
||||||
currentDownloadState.retryData = {
|
currentDownloadState.retryData = {
|
||||||
branch: 'release',
|
branch: 'release',
|
||||||
fileName: '4.pwr'
|
fileName: '7.pwr'
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
console.log('[UI] Created default retry data:', currentDownloadState.retryData);
|
console.log('[UI] Created default retry data:', currentDownloadState.retryData);
|
||||||
|
|||||||
Reference in New Issue
Block a user