From 6b0c45b6c1471455dd816f894e82c3827865a8a0 Mon Sep 17 00:00:00 2001 From: Redned Date: Mon, 21 Oct 2019 19:23:39 -0500 Subject: [PATCH] Set 'auth-type' to online by default --- connector/src/main/resources/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/connector/src/main/resources/config.yml b/connector/src/main/resources/config.yml index 840614ea..f92d6d42 100644 --- a/connector/src/main/resources/config.yml +++ b/connector/src/main/resources/config.yml @@ -22,7 +22,7 @@ remote: port: 25565 # 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 ## this allows automatic configuration/login to the remote Java server @@ -61,4 +61,4 @@ metrics: # If metrics should be enabled enabled: true # UUID of server, don't change! - uuid: generateduuid \ No newline at end of file + uuid: generateduuid