Fix config typo

This commit is contained in:
HaHaWTH 2023-10-13 20:05:05 +08:00
parent c71bd9f3a8
commit 395f8f825f

View File

@ -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<Boolean> 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<Boolean> LOGIN_LOC_FIX_SUB_UNDERGROUND = newProperty("3rdPartyFeature.fixes.loginLocationFix.fixGroundStuck", false);
// @Comment({"Should we kick the players when they failed captcha too many times?",