use 1.19.4 as version by default because of known issues of configuration stage (like auth doesnt work with some bungee setups, incorrect re-login handling)
This commit is contained in:
parent
78313ee225
commit
fbb3d08bfa
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ export type ConnectOptions = {
|
|||
|
||||
export const getVersionAutoSelect = (autoVersionSelect = options.serversAutoVersionSelect) => {
|
||||
if (autoVersionSelect === 'auto') {
|
||||
return '1.20.4'
|
||||
return '1.19.4'
|
||||
}
|
||||
if (autoVersionSelect === 'latest') {
|
||||
return supportedVersions.at(-1)!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue