From 395f8f825f06b2b7ac4be48ccb6ca37d41369ca3 Mon Sep 17 00:00:00 2001 From: HaHaWTH Date: Fri, 13 Oct 2023 20:05:05 +0800 Subject: [PATCH] Fix config typo --- .../fr/xephi/authme/settings/properties/SecuritySettings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/fr/xephi/authme/settings/properties/SecuritySettings.java b/src/main/java/fr/xephi/authme/settings/properties/SecuritySettings.java index 09766c6f..4956a244 100644 --- a/src/main/java/fr/xephi/authme/settings/properties/SecuritySettings.java +++ b/src/main/java/fr/xephi/authme/settings/properties/SecuritySettings.java @@ -49,7 +49,7 @@ public final class SecuritySettings implements SettingsHolder { @Comment("Should we fix the location when players logged in the portal?") public static final Property LOGIN_LOC_FIX_SUB_PORTAL = newProperty("3rdPartyFeature.fixes.loginLocationFix.fixPortalStuck", false); - @Comment("Should we fix the location when players logged in the portal?") + @Comment("Should we fix the location when players logged underground?") public static final Property LOGIN_LOC_FIX_SUB_UNDERGROUND = newProperty("3rdPartyFeature.fixes.loginLocationFix.fixGroundStuck", false); // @Comment({"Should we kick the players when they failed captcha too many times?",