forked from GeyserMC/Geyser
Set 'auth-type' to online by default
This commit is contained in:
parent
46107df0f8
commit
6b0c45b6c1
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ remote:
|
||||||
port: 25565
|
port: 25565
|
||||||
|
|
||||||
# Authentication type. Can be offline, online, or hybrid (see the wiki).
|
# Authentication type. Can be offline, online, or hybrid (see the wiki).
|
||||||
auth-type: offline
|
auth-type: online
|
||||||
|
|
||||||
## the Xbox/MCPE username is the key for the Java server auth-info
|
## the Xbox/MCPE username is the key for the Java server auth-info
|
||||||
## this allows automatic configuration/login to the remote Java server
|
## this allows automatic configuration/login to the remote Java server
|
||||||
|
@ -61,4 +61,4 @@ metrics:
|
||||||
# If metrics should be enabled
|
# If metrics should be enabled
|
||||||
enabled: true
|
enabled: true
|
||||||
# UUID of server, don't change!
|
# UUID of server, don't change!
|
||||||
uuid: generateduuid
|
uuid: generateduuid
|
||||||
|
|
Loading…
Reference in a new issue