From ffe3f5d24aa2b25d96e4fde5f42ff5d319f0dccb Mon Sep 17 00:00:00 2001 From: HaHaWTH Date: Fri, 29 Sep 2023 16:17:00 +0800 Subject: [PATCH] Fix 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 a29e98c1..e25ae39f 100644 --- a/src/main/java/fr/xephi/authme/settings/properties/SecuritySettings.java +++ b/src/main/java/fr/xephi/authme/settings/properties/SecuritySettings.java @@ -40,7 +40,7 @@ public final class SecuritySettings implements SettingsHolder { @Comment("Should we delete playerdata and stats when they didn't finish the captcha?") public static final Property DELETE_UNVERIFIED_PLAYER_DATA = newProperty("3rdPartyFeature.captcha.delPlayerData",false); - @Comment("Which world's playerdata should be deleted?(Enter the world *FOLDER* name where your player first logged in)") + @Comment("Which world's playerdata should be deleted?(Enter the world *FOLDER* name where your players first logged in)") public static final Property DELETE_PLAYER_DATA_WORLD = newProperty("3rdPartyFeature.captcha.delPlayerData.worldFolderName","world"); // @Comment({"Should we kick the players when they failed captcha too many times?",