Update startVanillaServer.js
This commit is contained in:
parent
911e0e890f
commit
29c7b92d96
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ async function download (os, version, path = 'bds-') {
|
|||
|
||||
let found = false
|
||||
|
||||
for (let i = 0; i < 8; i++) { // Check for the latest server build for version (major.minor.patch.BUILD)
|
||||
for (let i = 0; i < 20; i++) { // Check for the latest server build for version (major.minor.patch.BUILD)
|
||||
const u = url(os, `${verStr}.${String(i).padStart(2, '0')}`)
|
||||
debug('Opening', u, Date.now())
|
||||
let ret
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue