From 14c08b9d99b9463141618e5ad633ac0ecd2c1cac Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 8 Mar 2025 15:50:29 +0100 Subject: [PATCH] Update AdvancedConfig.java --- .../org/geysermc/geyser/configuration/AdvancedConfig.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main/java/org/geysermc/geyser/configuration/AdvancedConfig.java b/core/src/main/java/org/geysermc/geyser/configuration/AdvancedConfig.java index 0acdd1efef..7db39d57c9 100644 --- a/core/src/main/java/org/geysermc/geyser/configuration/AdvancedConfig.java +++ b/core/src/main/java/org/geysermc/geyser/configuration/AdvancedConfig.java @@ -127,10 +127,10 @@ Whether Geyser should attempt to disable packet compression (from the Java Serve It can be used to allow connections from ProxyPass and WaterdogPE. In these cases, make sure that users cannot directly connect to this Geyser instance. See https://www.spigotmc.org/wiki/firewall-guide/ for assistance - and use UDP instead of TCP. - Disabling xbox authentication for other use-cases is NOT SUPPORTED, as it allows anyone to spoof usernames, - and is therefore a security risk. All Floodgate functionality (including skin uploading and account linking) will also not work when xbox auth is disabled. + Disabling Xbox authentication for other use-cases is NOT SUPPORTED, as it allows anyone to spoof usernames, + and is therefore a security risk. All Floodgate functionality (including skin uploading and account linking) will also not work when Xbox auth is disabled. """) - // if u have offline mode enabled pls be safe + // if u have offline mode enabled pls be safe boolean disableXboxAuth(); @Comment("The bstats metrics uuid. Do not touch!")