mirror of
https://github.com/amiayweb/Hytale-F2P.git
synced 2026-02-26 14:51: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') {
|
||||
currentDownloadState.retryData = {
|
||||
branch: 'release',
|
||||
fileName: '4.pwr'
|
||||
fileName: '7.pwr'
|
||||
};
|
||||
console.log('[UI] Created default PWR retry data:', currentDownloadState.retryData);
|
||||
}
|
||||
@@ -1040,7 +1040,7 @@ function setupRetryButton() {
|
||||
} else {
|
||||
currentDownloadState.retryData = {
|
||||
branch: 'release',
|
||||
fileName: '4.pwr'
|
||||
fileName: '7.pwr'
|
||||
};
|
||||
}
|
||||
console.log('[UI] Created default retry data:', currentDownloadState.retryData);
|
||||
|
||||
Reference in New Issue
Block a user